From 9a8c4da67db9cebc1385b5dd5596faa4f43203fa Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 13 Apr 2026 21:46:32 -0500 Subject: [PATCH] chore: deps bump --- backend/requirements-min.txt | 6 +++--- backend/requirements.txt | 6 +++--- pyproject.toml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index f70ebe0ba3..3703bda2bd 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -13,10 +13,10 @@ cryptography bcrypt==5.0.0 argon2-cffi==25.1.0 PyJWT[crypto]==2.11.0 -authlib==1.6.9 +authlib==1.6.10 -requests==2.32.5 -aiohttp==3.13.2 # do not update to 3.13.3 - broken +requests==2.33.1 +aiohttp==3.13.5 # do not update to 3.13.3 - broken async-timeout aiocache aiofiles diff --git a/backend/requirements.txt b/backend/requirements.txt index dc8e9c9c08..dee18b8ad9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,10 +10,10 @@ cryptography==46.0.5 bcrypt==5.0.0 argon2-cffi==25.1.0 PyJWT[crypto]==2.11.0 -authlib==1.6.9 +authlib==1.6.10 -requests==2.32.5 -aiohttp==3.13.2 # do not update to 3.13.3 - broken +requests==2.33.1 +aiohttp==3.13.5 # do not update to 3.13.3 - broken async-timeout==5.0.1 aiocache==0.12.3 aiofiles==25.1.0 diff --git a/pyproject.toml b/pyproject.toml index f42126dbce..27e6faeddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ dependencies = [ "bcrypt==5.0.0", "argon2-cffi==25.1.0", "PyJWT[crypto]==2.11.0", - "authlib==1.6.9", + "authlib==1.6.10", - "requests==2.32.5", - "aiohttp==3.13.2", # do not update to 3.13.3 - broken + "requests==2.33.1", + "aiohttp==3.13.5", # do not update to 3.13.3 - broken "async-timeout==5.0.1", "aiocache==0.12.3", "aiofiles==25.1.0",