From 3a0e12ccda5875aae33d7cedf205296e91c69ef6 Mon Sep 17 00:00:00 2001 From: Matthias Dellweg Date: Wed, 3 Jul 2024 09:35:30 +0200 Subject: [PATCH] Bump pulp-cli compatibility --- pulp-glue-gem/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulp-glue-gem/pyproject.toml b/pulp-glue-gem/pyproject.toml index 33a838c..84e4a5b 100644 --- a/pulp-glue-gem/pyproject.toml +++ b/pulp-glue-gem/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pulp-glue>=0.23.1,<0.26", + "pulp-glue>=0.23.1,<0.27", ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index 4d046a3..88626d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.23.1,<0.26", + "pulp-cli>=0.23.1,<0.27", "pulp-glue-gem==0.6.0.dev", ]