From d239fc1db922ae39fdd4c2a10e0ff816732853ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:12:34 +0000 Subject: [PATCH] [PIP] Update pulp-cli requirement Updates the requirements on [pulp-cli](https://github.com/pulp/pulp-cli) to permit the latest version. - [Release notes](https://github.com/pulp/pulp-cli/releases) - [Changelog](https://github.com/pulp/pulp-cli/blob/0.29.1/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.24.0...0.29.1) --- updated-dependencies: - dependency-name: pulp-cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0146150..75ca43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.24.0,<0.26.0", + "pulp-cli>=0.24.0,<0.30.0", "pulp-glue-maven==0.4.0.dev", ]