Skip to content

Commit

Permalink
Bump zeroconf to 0.61.0 (home-assistant#92424)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and dknowles2 committed May 4, 2023
1 parent 46b7df8 commit a9e065a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "local_push",
"loggers": ["zeroconf"],
"quality_scale": "internal",
"requirements": ["zeroconf==0.60.0"]
"requirements": ["zeroconf==0.61.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ voluptuous-serialize==2.6.0
voluptuous==0.13.1
webrtcvad==2.0.10
yarl==1.9.2
zeroconf==0.60.0
zeroconf==0.61.0

# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2703,7 +2703,7 @@ zamg==0.2.2
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.60.0
zeroconf==0.61.0

# homeassistant.components.zeversolar
zeversolar==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ youless-api==1.0.1
zamg==0.2.2

# homeassistant.components.zeroconf
zeroconf==0.60.0
zeroconf==0.61.0

# homeassistant.components.zeversolar
zeversolar==0.3.1
Expand Down

0 comments on commit a9e065a

Please sign in to comment.