From 1ef2e49044fa733af2df5c210450fe431c1f682b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:13:47 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.6.6 to 1.6.8 in /backend Bumps [authlib](https://github.com/authlib/authlib) from 1.6.6 to 1.6.8. - [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.8) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.8 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..dd68191e 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.8 itsdangerous==2.2.0 pyotp>=2.9.0