From fb7e36eea41aaf8c9b86c5286390b54993d8dcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:36:47 +0000 Subject: [PATCH] [PIP] Update pulp-cli requirement from <0.33,>=0.23.1 to >=0.23.1,<0.36 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/main/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.23.1...0.35.0) --- updated-dependencies: - dependency-name: pulp-cli dependency-version: 0.35.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..c0895dc 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.36", "pulp-glue-console==0.1.4.dev" ]