From 463c75e1b2062a669d68aafe6eca441461878745 Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Thu, 23 Jul 2026 11:51:32 +0200 Subject: [PATCH] Update pyjwt[crypto] requirement from <2.10,>=2.4 to >=2.4,<2.14 Backport of pulp#2367 for the 2.22 branch (requirements live in requirements.txt). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0916a596..67e111df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jsonschema>=4.4,<4.24 pulpcore>=3.49.0,<3.70 -pyjwt[crypto]>=2.4,<2.10 +pyjwt[crypto]>=2.4,<2.14 pycares<4.9 pysequoia>=0.1.33,<0.2.0