diff --git a/poetry.lock b/poetry.lock index d816828..30dd4f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -149,13 +149,13 @@ files = [ [[package]] name = "async-timeout" -version = "4.0.3" +version = "5.0.1" description = "Timeout context manager for asyncio programs" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, - {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, + {file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"}, + {file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"}, ] [[package]] @@ -1126,4 +1126,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "3df82b0474a74c8a46648c7ac4778bcc19bb7f065fee3d97a6f79577732e6a7d" +content-hash = "c7466dbd777a68138a9e7895332b3fc120348c6adc7359c2d73b6fc155a58dba" diff --git a/pyproject.toml b/pyproject.toml index 118f66d..aeb7909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pre-commit-hooks = "4.6.0" pylint = "3.2.7" ruff = "0.7.3" yamllint = "1.35.1" -async-timeout = "4.0.3" +async-timeout = "5.0.1" [tool.mypy] # Specify the target platform details in config, so your developers are