From bcb7b655539f3fd42d2d46923c0043693c75e647 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 14 Oct 2025 18:36:28 -0500 Subject: [PATCH] chore: authlib bump --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6b348bad8..8876f5d8a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ cryptography bcrypt==5.0.0 argon2-cffi==25.1.0 PyJWT[crypto]==2.10.1 -authlib==1.6.3 +authlib==1.6.5 requests==2.32.5 aiohttp==3.12.15 diff --git a/pyproject.toml b/pyproject.toml index 4452fff89..cd5a08fba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "bcrypt==5.0.0", "argon2-cffi==25.1.0", "PyJWT[crypto]==2.10.1", - "authlib==1.6.3", + "authlib==1.6.5", "requests==2.32.5", "aiohttp==3.12.15",