diff --git a/pulp-glue-gem/pyproject.toml b/pulp-glue-gem/pyproject.toml index b4d17df..bad9ef3 100644 --- a/pulp-glue-gem/pyproject.toml +++ b/pulp-glue-gem/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pulp-glue<0.37,>=0.23.1", + "pulp-glue<0.38,>=0.23.1", ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index 3a04c8b..0385c85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli<0.37,>=0.23.1", + "pulp-cli<0.38,>=0.23.1", "pulp-glue-gem==0.6.0.dev", ]