From 16f34ae66c2010b9fce36f5b84584a0c91ab74bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:22:42 +0000 Subject: [PATCH] pip prod(deps): bump click from 8.1.8 to 8.4.2 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.4.2. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 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..88ba3927c 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,5 +1,5 @@ -click == 8.1.8 +click == 8.4.2 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..b100ab493 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.2 requests >= 2.32.5 prompt_toolkit >= 3.0.52 pygments >= 2.20.0