From 0f8e623078c8d4652fe258c652a87ec1a8b01b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:43:00 +0000 Subject: [PATCH] Update pulp-glue requirement from <0.39,>=0.30.0 to >=0.30.0,<0.40 Updates the requirements on [pulp-glue](https://github.com/pulp/pulp-cli) to permit the latest version. - [Changelog](https://github.com/pulp/pulp-cli/blob/0.39.0/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.30.0...0.39.0) --- updated-dependencies: - dependency-name: pulp-glue dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] (cherry picked from commit 03ecea30d7c39d7670ab43d26e3eba5c71b36bae) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f749b9ff9..d7fbae3e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "opentelemetry-sdk>=1.27.0,<1.41", "opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.41", "protobuf>=4.21.1,<7.0", - "pulp-glue>=0.30.0,<0.39", + "pulp-glue>=0.30.0,<0.40", "pygtrie>=2.5,<=2.5.0", "psycopg[binary]>=3.1.8,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes. "pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream.