diff --git a/pulp-glue-gem/pyproject.toml b/pulp-glue-gem/pyproject.toml index 446de7e..06de76b 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 c7496fa..f6603a6 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.5.1.dev", ]