From 2ff2a4c80ea645e37baf4be9b189fed1b77b860d Mon Sep 17 00:00:00 2001 From: Tobias Grigo Date: Mon, 12 Feb 2024 17:57:29 +0100 Subject: [PATCH] Raise pulpcore requirement to 3.45.1 This should fix our nightly CI [noissue] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4864d274f..122bb387c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # All things django and asyncio are deliberately left to pulpcore # Example transitive requirements: asgiref, asyncio, aiohttp -pulpcore>=3.41.0,<3.55 +pulpcore>=3.45.1,<3.55 python-debian>=0.1.44,<0.2.0 python-gnupg>=0.5,<0.6 jsonschema>=4.6,<5.0