From 824f5858fb9a60859879b8f60e992979bc382743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:51:56 +0000 Subject: [PATCH] Bump authlib from 1.3.1 to 1.6.4 in /web Bumps [authlib](https://github.com/authlib/authlib) from 1.3.1 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.3.1...v1.6.4) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index c454f7d538..f5af7b3473 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Authlib==1.3.1 +Authlib==1.6.4 requests==2.32.4 # Required by Authlib. Not installed automatically for some reason. lxml==5.3.0 sqlalchemy==1.4.54