From bc7889bdb35a76a2c1514635a85612f703c73339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:27:30 +0000 Subject: [PATCH] Update pyjwt requirement from <2.10,>=2.8 to >=2.8,<2.11 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.8.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.10.1 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 e4c6157..05c19cd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "protobuf<6.0.0,>=5.26.1", "google>=3.0", "requests>=2.32.3", - "PyJWT>=2.8,<2.10", + "PyJWT>=2.8,<2.11", "cffi>=1.15.1", "cryptography==44.0.1", "setuptools~=70.3",