From 1c0b2055cdd7e3560ca2151c4b3a963f32207c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:16:21 +0000 Subject: [PATCH] [PIP] Update pulp-cli requirement from <0.36,>=0.23.1 to >=0.23.1,<0.37 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.36.0/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.23.1...0.36.0) --- updated-dependencies: - dependency-name: pulp-cli dependency-version: 0.36.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 6ef02fe..de95e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-cli>=0.23.1,<0.36", + "pulp-cli>=0.23.1,<0.37", "pulp-glue-console==0.1.5.dev" ]