From 0d070a966e116e2608e32b3d7c49fd56353e5079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:32:05 +0000 Subject: [PATCH] Update pyjwt requirement from <2.9,>=2.4.0 to >=2.4.0,<2.10 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.4.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb80b4f3b..dfa1bb818 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ # Fix an issue with MarkupSafe 2.1.0 not exporting `soft_unicode` "MarkupSafe<2.1", "reportlab>=3.6.11,<4.3", - "pyjwt>=2.4.0,<2.9", + "pyjwt>=2.4.0,<2.10", "Werkzeug>=1.0,<1.1", "Jinja2>=2.11,<3.0", "Click>=8.0.3,<9.0",