From cd430e7cec2dcb8c8603ad99178647519c2661f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:57:00 +0000 Subject: [PATCH] Python dependency: Update authlib requirement from ==1.3.* to ==1.4.* Updates the requirements on [authlib](https://github.com/lepture/authlib) to permit the latest version. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: authlib 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 f7c7d3eecf3..7472486b07e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ ldap3==2.* gssapi==1.9.* user-agents==2.2.0 pywinpty==2.0.*; sys_platform=="win32" -Authlib==1.3.* +Authlib==1.4.* pyotp==2.* qrcode==7.*; python_version <= '3.8' qrcode[pil]==8.*; python_version >= '3.9'