Skip to content

Commit

Permalink
Bump zeroconf to 0.137.2 (#134942)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 7, 2025
1 parent feeee2d commit d1e8a2a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.136.2"]
"requirements": ["zeroconf==0.137.2"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ voluptuous-serialize==2.6.0
voluptuous==0.15.2
webrtc-models==0.3.0
yarl==1.18.3
zeroconf==0.136.2
zeroconf==0.137.2

# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies = [
"voluptuous-openapi==0.0.5",
"yarl==1.18.3",
"webrtc-models==0.3.0",
"zeroconf==0.136.2"
"zeroconf==0.137.2"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5
yarl==1.18.3
webrtc-models==0.3.0
zeroconf==0.136.2
zeroconf==0.137.2
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ zamg==0.3.6
zengge==0.2

# homeassistant.components.zeroconf
zeroconf==0.136.2
zeroconf==0.137.2

# homeassistant.components.zeversolar
zeversolar==0.3.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,7 @@ yt-dlp[default]==2024.12.23
zamg==0.3.6

# homeassistant.components.zeroconf
zeroconf==0.136.2
zeroconf==0.137.2

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

0 comments on commit d1e8a2a

Please sign in to comment.