From 3d2724ebf3e7d95f8154d2185cdb6d64d966df3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:40:53 +0000 Subject: [PATCH] [PIP] Update pulp-cli requirement from <0.33,>=0.23.1 to >=0.23.1,<0.34 Updates the requirements on [pulp-cli](https://github.com/pulp/pulp-cli) to permit the latest version. - [Changelog](https://github.com/pulp/pulp-cli/blob/0.33.0/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.23.1...0.33.0) --- updated-dependencies: - dependency-name: pulp-cli dependency-version: 0.33.0 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 a8aa7c1..20466cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.23.1,<0.33", + "pulp-cli>=0.23.1,<0.34", "pulp-glue-console==0.1.4.dev" ]