From 5f27d0caadf3e8bd096d580985fbdad4c78e4953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 19:23:29 +0000 Subject: [PATCH] chore(deps): update aiohttp requirement from >=3.13.3 to >=3.13.5 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 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 1a92a43..88e825c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pytz==2024.1 python-dotenv==1.2.2 pytest==8.3.0 pytest-asyncio==0.24.0 -aiohttp>=3.13.3 +aiohttp>=3.13.5 arq==0.28.0 PyJWT>=2.12.0 cryptography>=46.0.6