Skip to content

Commit

Permalink
Bump zeroconf to 0.96.0 (#99549)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and bramkragten committed Sep 8, 2023
1 parent 5553335 commit c1447d5
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.93.1"]
"requirements": ["zeroconf==0.96.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ voluptuous-serialize==2.6.0
voluptuous==0.13.1
webrtcvad==2.0.10
yarl==1.9.2
zeroconf==0.93.1
zeroconf==0.96.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 @@ -2766,7 +2766,7 @@ zamg==0.3.0
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.93.1
zeroconf==0.96.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 @@ -2036,7 +2036,7 @@ youtubeaio==1.1.5
zamg==0.3.0

# homeassistant.components.zeroconf
zeroconf==0.93.1
zeroconf==0.96.0

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

0 comments on commit c1447d5

Please sign in to comment.