From f8724ba240ea7fc3aef43e6ff2f4a8150cac433f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:51:50 +0000 Subject: [PATCH] pip prod(deps): bump click from 8.1.8 to 8.4.1 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.4.1. - [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.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 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..1ad15c5a2 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,5 +1,5 @@ -click == 8.1.8 +click == 8.4.1 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..1b7c6115c 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.1 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0