From 179271e4f063793f14d5a40d055433aeb517559a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:07:15 +0000 Subject: [PATCH] Update authlib requirement from >=1.7.0 to >=1.7.2 in /backend Updates the requirements on [authlib](https://github.com/authlib/authlib) to permit the latest version. - [Release notes](https://github.com/authlib/authlib/releases) - [Commits](https://github.com/authlib/authlib/compare/v1.7.0...v1.7.2) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 47a522a..275a2a1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ aiosqlite==0.22.0 alembic==1.18.4 argon2-cffi==25.1.0 asyncpg==0.31.0 -authlib>=1.7.0 +authlib>=1.7.2 cachetools==7.0.6 email-validator==2.3.0 fastapi-pagination==0.15.12