Skip to content

Commit

Permalink
Bump zeroconf to 0.36.8 (#57451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 11, 2021
1 parent c0a3c7a commit 77c7709
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
Expand Up @@ -2,7 +2,7 @@
"domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.36.7"],
"requirements": ["zeroconf==0.36.8"],
"dependencies": ["network", "api"],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -32,7 +32,7 @@ sqlalchemy==1.4.23
voluptuous-serialize==2.4.0
voluptuous==0.12.2
yarl==1.6.3
zeroconf==0.36.7
zeroconf==0.36.8

pycryptodome>=3.6.6

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2471,7 +2471,7 @@ youtube_dl==2021.04.26
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.36.7
zeroconf==0.36.8

# homeassistant.components.zha
zha-quirks==0.0.62
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1415,7 +1415,7 @@ yeelight==0.7.7
youless-api==0.13

# homeassistant.components.zeroconf
zeroconf==0.36.7
zeroconf==0.36.8

# homeassistant.components.zha
zha-quirks==0.0.62
Expand Down

0 comments on commit 77c7709

Please sign in to comment.