From f43bd248af9f653dab2db5cf2dadfe6d262246e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:25:45 +0000 Subject: [PATCH] [noissue]: Update pyjwt[crypto] requirement Updates the requirements on [pyjwt[crypto]](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.10.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] 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 96ee76ddb..4f91fd300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ jsonschema>=4.4,<4.24 pulpcore>=3.49.0,<3.70 -pyjwt[crypto]>=2.4,<2.10 +pyjwt[crypto]>=2.4,<2.11