From c39a641482da11ac790176e62ebb7b516b3726e4 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.3.1 to 1.6.4 in /django 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] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 408fb85..d9c638c 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -1,2 +1,2 @@ -Authlib==1.3.1 +Authlib==1.6.4 Django==5.0.11