From e803fc09fd4a3269d70db00316a35eeb0740d6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:01:57 +0000 Subject: [PATCH] [PIP] Bump pulp-glue from 0.36.0.dev to 0.36.0 Bumps [pulp-glue](https://github.com/pulp/pulp-cli) from 0.36.0.dev to 0.36.0. - [Changelog](https://github.com/pulp/pulp-cli/blob/0.36.0/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/commits/0.36.0) --- updated-dependencies: - dependency-name: pulp-glue dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c6b4374c..41f898e22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ "Typing :: Typed", ] dependencies = [ - "pulp-glue==0.36.0.dev", + "pulp-glue==0.36.0", "click>=8.0.0,<8.3", # Proven to not do semver. "PyYAML>=5.3,<6.1", "schema>=0.7.5,<0.8",