From e9d7820f449128fb3673d120eb822f5e2ac8fa41 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 4 May 2025 11:33:34 +0000 Subject: [PATCH] Bump pulpcore lowerbounds to supported branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e05c67af..0dc09e9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = ">=3.9" dependencies = [ # All things django and asyncio are deliberately left to pulpcore # Example transitive requirements: asgiref, asyncio, aiohttp - "pulpcore>=3.75.0,<3.85", + "pulpcore>=3.76.0,<3.85", "python-debian>=0.1.44,<0.2.0", "python-gnupg>=0.5,<0.6", "jsonschema>=4.6,<5.0",