From 67c7b486f60018e32a989db964cf08e13c69bfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:23:11 +0000 Subject: [PATCH] build(deps): 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c09742b..508bcec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp[speedups] >= 3.14.1 -aiohttp-retry >= 2.8.3 +aiohttp-retry >= 2.9.1 backoff >= 2.2.1 boto3 >= 1.26.165