From 822d3808ac777e29d13585b548bb2ac481c43768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:18:43 +0000 Subject: [PATCH] chore(deps): bump authlib from 1.6.7 to 1.6.9 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.7 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.7...v1.6.9) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 755ab1d..682d765 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ SQLAlchemy-Utils>=0.33.11 mysqlclient>=1.4.2 cached-property>=1.5.1 rule==0.1.1 -Authlib==1.6.7 +Authlib==1.6.9 httpx==0.* fastapi==0.* fastapi_pagination==0.9.3 diff --git a/requirements.txt b/requirements.txt index f0ad614..fd7a882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ SQLAlchemy-Utils>=0.33.11 mysqlclient>=1.4.2 cached-property>=1.5.1 rule==0.1.1 -Authlib<=1.6.7 +Authlib<=1.6.9 httpx==0.* fastapi==0.* fastapi_pagination==0.9.3