From ec75decba8c99f381e7db33d83c5f5873ab5c7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:12:39 +0000 Subject: [PATCH] [PIP] Update pulp-glue requirement in /pulp-glue-gem 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/main/CHANGES.md) - [Commits](https://github.com/pulp/pulp-cli/compare/0.23.1...0.35.0) --- updated-dependencies: - dependency-name: pulp-glue dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pulp-glue-gem/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulp-glue-gem/pyproject.toml b/pulp-glue-gem/pyproject.toml index 2bc6b01..c2fa8d5 100644 --- a/pulp-glue-gem/pyproject.toml +++ b/pulp-glue-gem/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pulp-glue>=0.23.1,<0.35", + "pulp-glue>=0.23.1,<0.36", ] [project.urls]