Skip to content

Commit

Permalink
Bump zeroconf to 0.36.0 (home-assistant#54720)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 16, 2021
1 parent 684d035 commit 41c3bd1
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 @@ -2,7 +2,7 @@
"domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.35.1"],
"requirements": ["zeroconf==0.36.0"],
"dependencies": ["network", "api"],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sqlalchemy==1.4.17
voluptuous-serialize==2.4.0
voluptuous==0.12.1
yarl==1.6.3
zeroconf==0.35.1
zeroconf==0.36.0

pycryptodome>=3.6.6

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ zeep[async]==4.0.0
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.35.1
zeroconf==0.36.0

# homeassistant.components.zha
zha-quirks==0.0.59
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ youless-api==0.10
zeep[async]==4.0.0

# homeassistant.components.zeroconf
zeroconf==0.35.1
zeroconf==0.36.0

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

0 comments on commit 41c3bd1

Please sign in to comment.