Update async-timeout to 4.0.3 (#98370)

This commit is contained in:
Marc Mueller 2023-08-14 10:23:23 +02:00 committed by GitHub
parent 21acb5527f
commit e36a8f6e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ aiodiscover==1.4.16
aiohttp-cors==0.7.0
aiohttp==3.8.5
astral==2.2
async-timeout==4.0.2
async-timeout==4.0.3
async-upnp-client==0.34.1
atomicwrites-homeassistant==1.4.1
attrs==22.2.0

View File

@ -25,7 +25,7 @@ requires-python = ">=3.11.0"
dependencies = [
"aiohttp==3.8.5",
"astral==2.2",
"async-timeout==4.0.2",
"async-timeout==4.0.3",
"attrs==22.2.0",
"atomicwrites-homeassistant==1.4.1",
"awesomeversion==22.9.0",

View File

@ -3,7 +3,7 @@
# Home Assistant Core
aiohttp==3.8.5
astral==2.2
async-timeout==4.0.2
async-timeout==4.0.3
attrs==22.2.0
atomicwrites-homeassistant==1.4.1
awesomeversion==22.9.0