From 7f877cca79e254a626deb1ed4c38a5055b944848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:03:58 +0000 Subject: [PATCH] Bump authlib from 1.6.8 to 1.6.9 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.8 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.8...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78b8150..33204cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ urllib3>=2.6.3 # Security fix for CVE-2024-37891 pre-commit==4.5.1 pydantic==2.12.5 Flask-Talisman==1.1.0 -Authlib==1.6.8 +Authlib==1.6.9 psutil==7.2.2 sentry-sdk[flask]