From 42097996352cc4348427ed2073fc629d7110cfd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:10:26 +0000 Subject: [PATCH] :arrow_up: Update aiohttp-retry requirement from ~=2.9.0 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.9.0...v2.9.1) --- updated-dependencies: - dependency-name: aiohttp-retry 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 e0e734ed..87817835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp>=3.9.4,<4.0 -aiohttp_retry~=2.9.0 +aiohttp_retry~=2.9.1 orjson>=3.10.10 pydantic>=2.6,<3.0 python-dateutil>=2