Skip to content

Commit

Permalink
Bump zeroconf to 0.80.0 (#98416)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 16, 2023
1 parent 636cb62 commit ed2f067
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.78.0"]
"requirements": ["zeroconf==0.80.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.78.0
zeroconf==0.80.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 @@ -2752,7 +2752,7 @@ zamg==0.2.4
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.78.0
zeroconf==0.80.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 @@ -2025,7 +2025,7 @@ youtubeaio==1.1.5
zamg==0.2.4

# homeassistant.components.zeroconf
zeroconf==0.78.0
zeroconf==0.80.0

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

0 comments on commit ed2f067

Please sign in to comment.