Skip to content

Commit

Permalink
Bump pyipma to 3.0.8 (#134055)
Browse files Browse the repository at this point in the history
bump pyipma
  • Loading branch information
dgomes authored Dec 26, 2024
1 parent c025390 commit acb511d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ipma/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/ipma",
"iot_class": "cloud_polling",
"loggers": ["geopy", "pyipma"],
"requirements": ["pyipma==3.0.7"]
"requirements": ["pyipma==3.0.8"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ pyinsteon==1.6.3
pyintesishome==1.8.0

# homeassistant.components.ipma
pyipma==3.0.7
pyipma==3.0.8

# homeassistant.components.ipp
pyipp==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ pyicloud==1.0.0
pyinsteon==1.6.3

# homeassistant.components.ipma
pyipma==3.0.7
pyipma==3.0.8

# homeassistant.components.ipp
pyipp==0.17.0
Expand Down

0 comments on commit acb511d

Please sign in to comment.