From 8ee26e03bb59e333201e6f2f93deb7ff8245817d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:23:11 +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.8.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 ade8e2a54..f585185f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ ecdsa>=0.14,<=0.18.0 jsonschema>=4.4,<4.19 pulpcore>=3.25.0,<3.40 pyjwkest>=1.4,<=1.4.2 -pyjwt[crypto]>=2.4,<2.8 +pyjwt[crypto]>=2.4,<2.9