From 18012dc18a53283e1ffe9eea1dc23b280e3d6404 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 18 Oct 2023 14:56:19 +1000 Subject: [PATCH] Upgrade aiohttp and sqlalchemy dependencies --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4aff9b2d..e27e545d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7 fastapi==0.103.1 python-multipart==0.0.6 websockets==11.0.3 -aiohttp>=3.8.5,<3.9 +aiohttp==3.9.0b0 async-timeout==4.0.3 aiofiles==23.2.1 Jinja2>=3.1.2,<3.2 @@ -10,7 +10,7 @@ sentry-sdk==1.32.0,<1.33 psutil==5.9.6 distro>=1.8.0 py-cpuinfo==9.0.0 -sqlalchemy==2.0.21 +sqlalchemy==2.0.22 aiosqlite==0.19.0 alembic==1.12.0 passlib[bcrypt]==1.7.4