From 55468813e022381be31418617ebb6042daf27831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:00:36 +0000 Subject: [PATCH] Update authlib requirement in the pip group across 1 directory Updates the requirements on [authlib](https://github.com/lepture/authlib) to permit the latest version. Updates `authlib` to 1.3.1 - [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/v0.1...v1.3.1) --- updated-dependencies: - dependency-name: authlib dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfb24e14d..76a1e795c 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'pyqrcode', 'markdown', 'python-ldap', - 'authlib<1.0.0', + 'authlib<2.0.0', 'fido2<1.0.0', 'PyJWT', 'gunicorn',