From aa9603a562338b5c0e5fa12bc4f01c1366700483 Mon Sep 17 00:00:00 2001 From: Lubos Mjachky Date: Wed, 24 Jul 2024 11:17:03 +0200 Subject: [PATCH] Revert "Bump pulpcore lowerbounds to supported branch" This reverts commit 2328e2dee06d785ebd6f92828a76d7b60a7b8bbc. [noissue] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8f9bd7d3..18aeebad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # remember to also update unittest_requirements.txt when updating this file -pulpcore>=3.22,<3.25 +pulpcore>=3.21.6,<3.25 pyjwkest>=1.4,<=1.4.2 pyjwt[crypto]>=2.4,<=2.5 jsonschema>=4.4,<4.17