diff --git a/CHANGES/+pulpcore_3_100.feature b/CHANGES/+pulpcore_3_100.feature new file mode 100644 index 000000000..0ae9a2ff3 --- /dev/null +++ b/CHANGES/+pulpcore_3_100.feature @@ -0,0 +1 @@ +Bump pulpcore upperbound to <3.115. diff --git a/pyproject.toml b/pyproject.toml index 5ab77cd1d..7bf78908c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.11" dependencies = [ # All things django and asyncio are deliberately left to pulpcore # Example transitive requirements: asgiref, asyncio, aiohttp - "pulpcore>=3.85.0,<3.100", + "pulpcore>=3.85.0,<3.115", "python-debian>=0.1.44,<0.2.0", "python-gnupg>=0.5,<0.6", "jsonschema>=4.6,<5.0",