Skip to content

Commit

Permalink
.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jan 4, 2024
1 parent a97f801 commit c656510
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/http/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"requirements": [
"aiohttp_cors==0.7.0",
"aiohttp-fast-url-dispatcher==0.3.0",
"aiohttp-zlib-ng==0.2.0"
"aiohttp-zlib-ng==0.3.0"
]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

aiodiscover==1.6.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-zlib-ng==0.2.0
aiohttp-zlib-ng==0.3.0
aiohttp==3.9.1
aiohttp_cors==0.7.0
astral==2.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"aiohttp==3.9.1",
"aiohttp_cors==0.7.0",
"aiohttp-fast-url-dispatcher==0.3.0",
"aiohttp-zlib-ng==0.2.0",
"aiohttp-zlib-ng==0.3.0",
"astral==2.2",
"attrs==23.1.0",
"atomicwrites-homeassistant==1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
aiohttp==3.9.1
aiohttp_cors==0.7.0
aiohttp-fast-url-dispatcher==0.3.0
aiohttp-zlib-ng==0.2.0
aiohttp-zlib-ng==0.3.0
astral==2.2
attrs==23.1.0
atomicwrites-homeassistant==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ aiohomekit==3.1.1
aiohttp-fast-url-dispatcher==0.3.0

# homeassistant.components.http
aiohttp-zlib-ng==0.2.0
aiohttp-zlib-ng==0.3.0

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ aiohomekit==3.1.1
aiohttp-fast-url-dispatcher==0.3.0

# homeassistant.components.http
aiohttp-zlib-ng==0.2.0
aiohttp-zlib-ng==0.3.0

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down

0 comments on commit c656510

Please sign in to comment.