Skip to content

Commit e753579

Browse files
authored
Bump aiohttp-zlib-ng to 0.1.2 (home-assistant#106193)
fixes home-assistant#105254
1 parent 69f8514 commit e753579

6 files changed

+6
-6
lines changed

homeassistant/components/http/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"requirements": [
1010
"aiohttp_cors==0.7.0",
1111
"aiohttp-fast-url-dispatcher==0.3.0",
12-
"aiohttp-zlib-ng==0.1.1"
12+
"aiohttp-zlib-ng==0.1.2"
1313
]
1414
}

homeassistant/package_constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
aiodiscover==1.6.0
44
aiohttp-fast-url-dispatcher==0.3.0
5-
aiohttp-zlib-ng==0.1.1
5+
aiohttp-zlib-ng==0.1.2
66
aiohttp==3.9.1
77
aiohttp_cors==0.7.0
88
astral==2.2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"aiohttp==3.9.1",
2727
"aiohttp_cors==0.7.0",
2828
"aiohttp-fast-url-dispatcher==0.3.0",
29-
"aiohttp-zlib-ng==0.1.1",
29+
"aiohttp-zlib-ng==0.1.2",
3030
"astral==2.2",
3131
"attrs==23.1.0",
3232
"atomicwrites-homeassistant==1.4.1",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
aiohttp==3.9.1
77
aiohttp_cors==0.7.0
88
aiohttp-fast-url-dispatcher==0.3.0
9-
aiohttp-zlib-ng==0.1.1
9+
aiohttp-zlib-ng==0.1.2
1010
astral==2.2
1111
attrs==23.1.0
1212
atomicwrites-homeassistant==1.4.1

requirements_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ aiohomekit==3.1.0
263263
aiohttp-fast-url-dispatcher==0.3.0
264264

265265
# homeassistant.components.http
266-
aiohttp-zlib-ng==0.1.1
266+
aiohttp-zlib-ng==0.1.2
267267

268268
# homeassistant.components.emulated_hue
269269
# homeassistant.components.http

requirements_test_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ aiohomekit==3.1.0
239239
aiohttp-fast-url-dispatcher==0.3.0
240240

241241
# homeassistant.components.http
242-
aiohttp-zlib-ng==0.1.1
242+
aiohttp-zlib-ng==0.1.2
243243

244244
# homeassistant.components.emulated_hue
245245
# homeassistant.components.http

0 commit comments

Comments
 (0)