Skip to content

Commit

Permalink
Bump onvif-zeep-async to 1.2.2 to fix memory leak (home-assistant#90216)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Mar 25, 2023
1 parent cc337c4 commit fd46099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/onvif/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/onvif",
"iot_class": "local_push",
"loggers": ["onvif", "wsdiscovery", "zeep"],
"requirements": ["onvif-zeep-async==1.2.1", "WSDiscovery==2.0.0"]
"requirements": ["onvif-zeep-async==1.2.2", "WSDiscovery==2.0.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ ondilo==0.2.0
onkyo-eiscp==1.2.7

# homeassistant.components.onvif
onvif-zeep-async==1.2.1
onvif-zeep-async==1.2.2

# 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 @@ -935,7 +935,7 @@ omnilogic==0.4.5
ondilo==0.2.0

# homeassistant.components.onvif
onvif-zeep-async==1.2.1
onvif-zeep-async==1.2.2

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

0 comments on commit fd46099

Please sign in to comment.