Skip to content

Commit

Permalink
Bump aiodhcpwatcher to 1.0.2 (#120311)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jun 24, 2024
1 parent b4d0de9 commit fbdc066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/dhcp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"quality_scale": "internal",
"requirements": [
"aiodhcpwatcher==1.0.0",
"aiodhcpwatcher==1.0.2",
"aiodiscover==2.1.0",
"cached_ipaddress==0.3.0"
]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automatically generated by gen_requirements_all.py, do not edit

aiodhcpwatcher==1.0.0
aiodhcpwatcher==1.0.2
aiodiscover==2.1.0
aiodns==3.2.0
aiohttp-fast-url-dispatcher==0.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ aiobotocore==2.13.0
aiocomelit==0.9.0

# homeassistant.components.dhcp
aiodhcpwatcher==1.0.0
aiodhcpwatcher==1.0.2

# homeassistant.components.dhcp
aiodiscover==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ aiobotocore==2.13.0
aiocomelit==0.9.0

# homeassistant.components.dhcp
aiodhcpwatcher==1.0.0
aiodhcpwatcher==1.0.2

# homeassistant.components.dhcp
aiodiscover==2.1.0
Expand Down

0 comments on commit fbdc066

Please sign in to comment.