From 1b97b9fe4e9a09564571b534542f99ee732e0be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:20:56 +0000 Subject: [PATCH] Update authlib requirement from >=1.7.0 to >=1.7.1 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...1.7.1) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.1 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..e33dd5a 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.1 cachetools==7.0.6 email-validator==2.3.0 fastapi-pagination==0.15.12