From c7ddf1cb609fb0aa9f84e23a6e75c0b8dfbd21d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:53:18 +0000 Subject: [PATCH] Update authlib requirement from >=1.6.9 to >=1.7.0 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.6.9...v1.7.0) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.7.0 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 12f1750..b73e7c6 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.6.9 +authlib>=1.7.0 cachetools==5.5.2 email-validator==2.3.0 fastapi-pagination==0.15.12