From 76f5c38923ce306a659c09a9131fa15898e51b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:02:38 +0000 Subject: [PATCH] Update aiohttp-retry requirement from >=2.8.3 to >=2.9.1 Updates the requirements on [aiohttp-retry](https://github.com/inyutin/aiohttp_retry) to permit the latest version. - [Release notes](https://github.com/inyutin/aiohttp_retry/releases) - [Commits](https://github.com/inyutin/aiohttp_retry/compare/v2.8.3...v2.9.1) --- updated-dependencies: - dependency-name: aiohttp-retry dependency-version: 2.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index ee1178ab54..135b4b9a6b 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -2,6 +2,6 @@ python-dateutil>=2.8.2 # BSD pyyaml>=6.0.3 # MIT urllib3>=2.7.0 # MIT aiohttp>=3.14.3,<4.0.0 # Apache-2.0 -aiohttp-retry>=2.8.3 # MIT +aiohttp-retry>=2.9.1 # MIT pydantic>=2.11 # MIT typing-extensions>=4.7.1 # PSF