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", ]