From 93c467bac5eca999cc29275453c18aabad2ad8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:40:42 +0000 Subject: [PATCH] Bump authlib from 1.6.6 to 1.6.9 in /backend Bumps [authlib](https://github.com/authlib/authlib) from 1.6.6 to 1.6.9. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.6...v1.6.9) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.9 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 d7d6db4..063569e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ asyncpg==0.29.0 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.22 # Updated: Fixed multiple vulnerabilities (was 0.0.6) -authlib==1.6.6 # Updated: Fixed algorithm confusion and DoS vulnerabilities (was 1.3.0) +authlib==1.6.9 # Updated: Fixed algorithm confusion and DoS vulnerabilities (was 1.3.0) httpx==0.26.0 # Payment Processing