From da4f8b10415c25f76e2bbba9b568aa089f5336d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:22:18 +0000 Subject: [PATCH] [PIP] Update click requirement from <8.4,>=8.0.0 to >=8.0.0,<8.5 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.0.0...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.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 b102fafa5..83c8ad9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ ] dependencies = [ "pulp-glue==0.40.0.dev", - "click>=8.0.0,<8.4", # Proven to not do semver. + "click>=8.0.0,<8.5", # Proven to not do semver. "PyYAML>=5.3,<6.1", "schema>=0.7.5,<0.8", "tomli>=2.0.0,<2.1;python_version<'3.11'",