From d851a0eda8dc8185ad440f7f94321ca5c93e51f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:36:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20asyn?= =?UTF-8?q?c-timeout=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 705a215..cf458ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -149,13 +149,13 @@ files = [ [[package]] name = "async-timeout" -version = "4.0.3" +version = "5.0.0" 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.0-py3-none-any.whl", hash = "sha256:904719a4bd6e0520047d0ddae220aabee67b877f7ca17bf8cea20f67f6247ae0"}, + {file = "async_timeout-5.0.0.tar.gz", hash = "sha256:49675ec889daacfe65ff66d2dde7dd1447a6f4b2f23721022e4ba121f8772a85"}, ] [[package]] @@ -1126,4 +1126,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "f2611b0642bbfe24ed9cc87b1958da4d374c6d4156980609aed28bd268b210ab" +content-hash = "e4055055611633eda610ffcc207b303a8a30c445f9c04ac4e54b09ade7004941" diff --git a/pyproject.toml b/pyproject.toml index 71244e1..374d831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pre-commit-hooks = "4.6.0" pylint = "3.2.7" ruff = "0.7.2" yamllint = "1.35.1" -async-timeout = "4.0.3" +async-timeout = "5.0.0" [tool.mypy] # Specify the target platform details in config, so your developers are