From 650b966cedf820962166e8244fcb52dcf14f9ab2 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Fri, 13 Dec 2024 11:39:24 +0100 Subject: [PATCH] Update update dependencies to prevent downgrades from 3.49 This adjusts upper bounds of dependencies that were already bumped on the 3.49 branch. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cf0744e38..22f715c5ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiodns>=3.0,<=3.2.0 aiofiles>=22.1,<24.2.0 -aiohttp>=3.8.1,<3.10.9 +aiohttp>=3.8.1,<3.10.11 asyncio-throttle>=1.0,<=1.0.2 async-timeout>=4.0.3,<4.0.4;python_version<"3.11" backoff>=2.1.2,<2.2.2 @@ -38,4 +38,4 @@ tablib<3.6.0 url-normalize>=1.4.3,<=1.4.3 uuid6>=2023.5.2,<=2024.7.10 whitenoise>=5.0,<6.8.0 -yarl>=1.8,<1.13.2 +yarl>=1.8,<1.15.3