mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Bump aiohttp-fast-url-dispatcher to 0.3.0 (#104592)
This commit is contained in:
parent
a5934e9acc
commit
74d7d02833
@ -8,7 +8,7 @@
|
||||
"quality_scale": "internal",
|
||||
"requirements": [
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-url-dispatcher==0.1.0",
|
||||
"aiohttp-fast-url-dispatcher==0.3.0",
|
||||
"aiohttp-zlib-ng==0.1.1"
|
||||
]
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Automatically generated by gen_requirements_all.py, do not edit
|
||||
|
||||
aiodiscover==1.5.1
|
||||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
aiohttp-fast-url-dispatcher==0.3.0
|
||||
aiohttp-zlib-ng==0.1.1
|
||||
aiohttp==3.8.5;python_version<'3.12'
|
||||
aiohttp==3.9.0;python_version>='3.12'
|
||||
|
@ -26,7 +26,7 @@ dependencies = [
|
||||
"aiohttp==3.9.0;python_version>='3.12'",
|
||||
"aiohttp==3.8.5;python_version<'3.12'",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-url-dispatcher==0.1.0",
|
||||
"aiohttp-fast-url-dispatcher==0.3.0",
|
||||
"aiohttp-zlib-ng==0.1.1",
|
||||
"astral==2.2",
|
||||
"attrs==23.1.0",
|
||||
|
@ -6,7 +6,7 @@
|
||||
aiohttp==3.9.0;python_version>='3.12'
|
||||
aiohttp==3.8.5;python_version<'3.12'
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
aiohttp-fast-url-dispatcher==0.3.0
|
||||
aiohttp-zlib-ng==0.1.1
|
||||
astral==2.2
|
||||
attrs==23.1.0
|
||||
|
@ -257,7 +257,7 @@ aioharmony==0.2.10
|
||||
aiohomekit==3.0.9
|
||||
|
||||
# homeassistant.components.http
|
||||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
aiohttp-fast-url-dispatcher==0.3.0
|
||||
|
||||
# homeassistant.components.http
|
||||
aiohttp-zlib-ng==0.1.1
|
||||
|
@ -233,7 +233,7 @@ aioharmony==0.2.10
|
||||
aiohomekit==3.0.9
|
||||
|
||||
# homeassistant.components.http
|
||||
aiohttp-fast-url-dispatcher==0.1.0
|
||||
aiohttp-fast-url-dispatcher==0.3.0
|
||||
|
||||
# homeassistant.components.http
|
||||
aiohttp-zlib-ng==0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user