diff --git a/poetry.lock b/poetry.lock index b467d575..801486fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -152,13 +152,13 @@ frozenlist = ">=1.1.0" [[package]] name = "async-timeout" -version = "4.0.2" +version = "4.0.3" description = "Timeout context manager for asyncio programs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, - {file = "async_timeout-4.0.2-py3-none-any.whl", hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"}, + {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, + {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, ] [[package]] @@ -2137,4 +2137,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "1896bee124c2ef70d4ea3d3766538b66b4b8452e1bd1bbd67d9a37554293205d" +content-hash = "b9dbf593e4e4155055c1e903cb9c3e2d259dd7f76d89fead27f06cb4de3e9270" diff --git a/pyproject.toml b/pyproject.toml index 1cd841a9..c8a28fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = ">=3.11,<3.12" aiohttp = "^3.8.5" toml = "^0.10.2" dockerflow = "^2022.8.0" -async-timeout = "^4.0.2" +async-timeout = "^4.0.3" sentry-sdk = "^1.29.2" termcolor = "^2.3.0" aiohttp_cors = "^0.7.0"