From c7bc3314d49e8e614d810d9ddce8f3f7c198c071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 03:58:50 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.6.9 to 1.6.12 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.9 to 1.6.12. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/1.6.12/docs/changelog.rst) - [Commits](https://github.com/authlib/authlib/compare/v1.6.9...1.6.12) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.12 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 1afb0b2..ac21d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Core runtime dependencies fastapi>=0.115.11 auth0-api-python>=1.0.0b6 -authlib>=1.6.6 +authlib>=1.6.12 httpx>=0.28.1 # Development and testing dependencies