Skip to content

Commit

Permalink
Merge pull request #19 from hostcc/update-esphome-deps
Browse files Browse the repository at this point in the history
chore: Update minimal ESPHome version to `2024.11.0`
  • Loading branch information
hostcc authored Nov 28, 2024
2 parents 267b272 + 1557672 commit d9586e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# You can modify this file to suit your needs.
/.esphome/
/secrets.yaml
/.venv/
4 changes: 2 additions & 2 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ packages:
time: !include time.yaml # Optional
rtc: !include rtc.yaml # Optional

# 2024.3.0 addresses security vulnerability
# 2024.11.0 addresses security vulnerability
esphome:
min_version: '2024.3.0'
min_version: '2024.11.0'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
esphome==2024.9.1
pillow==10.2.0
esphome==2024.11.2
pillow==10.4.0

0 comments on commit d9586e7

Please sign in to comment.