Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Oct 7, 2024
1 parent 6a632ae commit 409f525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/zcsmower/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"requirements": [
"geopy>=2.3.0",
"numpy>=1.26.0",
"numpy>=1.26.4",
"Pillow>=10.4.0"
],
"version": "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ruff==0.6.9
pydocstyle==6.3.0
isort==5.13.2
geopy==2.3.0
numpy==1.26.0
numpy==1.26.4
Pillow==10.4.0
pytest-homeassistant-custom-component==0.13.163
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ruff==0.6.9
pydocstyle==6.3.0
isort==5.13.2
geopy==2.3.0
numpy==1.26.0
numpy==1.26.4
Pillow==10.4.0
homeassistant==2024.8.0

0 comments on commit 409f525

Please sign in to comment.