From 83e716770430aa20fe8d571b46e98b32b6c26308 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 21 Jul 2026 11:20:07 -0400 Subject: [PATCH] Add pulpcore 3.115 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 448acbf9..215ffac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers=[ ] requires-python = ">=3.11" dependencies = [ - "pulpcore>=3.105.0,<3.115", + "pulpcore>=3.105.0,<3.130", "pkginfo>=1.12.0,<1.13.0", "bandersnatch>=6.6.0,<6.7", "pypi-simple>=1.8.0,<2.0",