Skip to content

Commit f9a4dd9

Browse files
authored
Bump aiohttp-fast-zlib to 0.2.0 (#130628)
1 parent 5fa9a94 commit f9a4dd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/package_constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aiodhcpwatcher==1.0.2
44
aiodiscover==2.1.0
55
aiodns==3.2.0
66
aiohasupervisor==0.2.1
7-
aiohttp-fast-zlib==0.1.1
7+
aiohttp-fast-zlib==0.2.0
88
aiohttp==3.11.0
99
aiohttp_cors==0.7.0
1010
aiozoneinfo==0.2.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"aiohasupervisor==0.2.1",
3232
"aiohttp==3.11.0",
3333
"aiohttp_cors==0.7.0",
34-
"aiohttp-fast-zlib==0.1.1",
34+
"aiohttp-fast-zlib==0.2.0",
3535
"aiozoneinfo==0.2.1",
3636
"astral==2.2",
3737
"async-interrupt==1.2.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aiodns==3.2.0
77
aiohasupervisor==0.2.1
88
aiohttp==3.11.0
99
aiohttp_cors==0.7.0
10-
aiohttp-fast-zlib==0.1.1
10+
aiohttp-fast-zlib==0.2.0
1111
aiozoneinfo==0.2.1
1212
astral==2.2
1313
async-interrupt==1.2.0

0 commit comments

Comments
 (0)