diff --git a/CHANGES/114.feature b/CHANGES/114.feature new file mode 100644 index 0000000..a7cf692 --- /dev/null +++ b/CHANGES/114.feature @@ -0,0 +1 @@ +Installation with Pulp CLI 0.25 is now supported. diff --git a/pulp-glue-deb/pyproject.toml b/pulp-glue-deb/pyproject.toml index d5b2e9d..4e7db72 100644 --- a/pulp-glue-deb/pyproject.toml +++ b/pulp-glue-deb/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pulp-glue>=0.18.2,<0.25", + "pulp-glue>=0.18.2,<0.26", ] [project.urls] diff --git a/pyproject.toml b/pyproject.toml index ea3eb38..721fa92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.18.2,<0.25", + "pulp-cli>=0.18.2,<0.26", "pulp-glue-deb==0.1.0.dev", ]