From d30a880ee87967a4b06accf7f5bc8176a0c75aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:46:39 +0000 Subject: [PATCH] chore(deps): 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 update-type: version-update:semver-patch ... 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 1c7bc16e..c92bb53b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ psycopg2-binary==2.9.9 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 bcrypt==4.3.0 # Pinned: 5.0.0 breaks passlib 1.7.4 compatibility (see PR #52) -authlib==1.6.6 +authlib==1.6.9 itsdangerous==2.2.0 pyotp>=2.9.0