Skip to content

Commit

Permalink
Bump onvif-zeep-async to 3.1.13 (home-assistant#132229)
Browse files Browse the repository at this point in the history
Bump onvif-zeep-async to 3.1.13.
  • Loading branch information
jterrace authored and zweckj committed Dec 5, 2024
1 parent bc6e54f commit 7817de6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/onvif/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"documentation": "https://www.home-assistant.io/integrations/onvif",
"iot_class": "local_push",
"loggers": ["onvif", "wsdiscovery", "zeep"],
"requirements": ["onvif-zeep-async==3.1.12", "WSDiscovery==2.0.0"]
"requirements": ["onvif-zeep-async==3.1.13", "WSDiscovery==2.0.0"]
}
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,6 @@ filterwarnings = [
# https://github.com/rytilahti/python-miio/pull/1809 - >=0.6.0.dev0
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:miio.protocol",
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:miio.miioprotocol",
# https://github.com/hunterjm/python-onvif-zeep-async/pull/51 - >3.1.12
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ omnilogic==0.4.5
ondilo==0.5.0

# homeassistant.components.onvif
onvif-zeep-async==3.1.12
onvif-zeep-async==3.1.13

# homeassistant.components.opengarage
open-garage==0.2.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 @@ -1269,7 +1269,7 @@ omnilogic==0.4.5
ondilo==0.5.0

# homeassistant.components.onvif
onvif-zeep-async==3.1.12
onvif-zeep-async==3.1.13

# homeassistant.components.opengarage
open-garage==0.2.0
Expand Down

0 comments on commit 7817de6

Please sign in to comment.