From 5ba1ec255f1f05c363be93817fe479cb6e3d0da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:22:35 +0000 Subject: [PATCH] pip prod(deps): bump click from 8.1.8 to 8.4.0 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.4.0. - [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.1.8...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- tools/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 6fe5aba69..e3c50b023 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,5 +1,5 @@ -click == 8.1.8 +click == 8.4.0 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0 diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index b6716fc01..a6d633f22 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -4,7 +4,7 @@ pytest pytest-cov mock sphinx -click == 8.1.8 +click == 8.4.0 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0