From 48287843aab1d629e730eb39e032758cf83cdc8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:42:24 +0000 Subject: [PATCH] Bump authlib from 1.6.0 to 1.6.5 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.0 to 1.6.5. - [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.0...v1.6.5) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb57ebb..4a0d105 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ gevent-websocket==0.10.1 gunicorn==23.0.0 toposort==1.10 ipdb==0.12.3 -authlib==1.6.0 +authlib==1.6.5 requests==2.32.4