From 29b8c9ecbea3ef6ae751b16053454eabc82abea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:07:01 +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.9.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 67b39f97e..96ee76ddb 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.9 +pyjwt[crypto]>=2.4,<2.10