From 8bb42b75ef91a14e7f304645288663b3b1c245de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:56:18 +0100 Subject: [PATCH] Bump async-timeout from 4.0.3 to 5.0.1 (#384) Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.3 to 5.0.1. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.3...v5.0.1) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index edd3f62..35c1544 100644 --- a/poetry.lock +++ b/poetry.lock @@ -183,13 +183,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[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]] @@ -1721,4 +1721,4 @@ deprecated-verify = ["securesystemslib", "setuptools", "sigstore"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "301c1704b931cb47e4c58626e8feab1590e6fa75497a863a2a2f2bb1ddb1374b" +content-hash = "093ea1f895a459a345e590ca38b92e963303c0d9698f79430921b2a23ed402da" diff --git a/pyproject.toml b/pyproject.toml index c846035..84859ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ version = "0" [tool.poetry.dependencies] python = "^3.8" aiohttp = "^3.8" -async-timeout = "^4" +async-timeout = "^5" backoff = "<3" # Optional dependencies for deprecated-verify