From d48d84085c9adfda0854995db9529172a8a9c7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:51:50 +0000 Subject: [PATCH] Bump authlib from 1.6.0 to 1.6.4 Bumps [authlib](https://github.com/authlib/authlib) from 1.6.0 to 1.6.4. - [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.4) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.4 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..0ddfd1b 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.4 requests==2.32.4