From 533965e48dbcad4601da2ad239137707833b284f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:35:55 +0000 Subject: [PATCH] Bump authlib from 1.3.1 to 1.6.5 in /web Bumps [authlib](https://github.com/authlib/authlib) from 1.3.1 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.3.1...v1.6.5) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.5 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..920a5e0cf0 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Authlib==1.3.1 +Authlib==1.6.5 requests==2.32.4 # Required by Authlib. Not installed automatically for some reason. lxml==5.3.0 sqlalchemy==1.4.54