chore: deps bump

This commit is contained in:
Timothy Jaeryang Baek
2026-04-13 21:46:32 -05:00
parent 39ea7bf63d
commit 9a8c4da67d
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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",