From f528949adb71531696e03d504c5a2f1a19eac6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:22:51 +0000 Subject: [PATCH] pip prod(deps): bump click from 8.4.2 to 8.5.0 Bumps [click](https://github.com/pallets/click) from 8.4.2 to 8.5.0. - [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.4.2...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.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 110b2187f..87b93509d 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,5 +1,5 @@ -click == 8.4.2 +click == 8.5.0 requests >= 2.34.2 prompt_toolkit >= 3.0.52 pygments >= 2.20.0 diff --git a/tools/test-requirements.txt b/tools/test-requirements.txt index 99f8c0a41..fa051d144 100644 --- a/tools/test-requirements.txt +++ b/tools/test-requirements.txt @@ -4,7 +4,7 @@ pytest pytest-cov mock sphinx -click == 8.4.2 +click == 8.5.0 requests >= 2.34.2 prompt_toolkit >= 3.0.52 pygments >= 2.20.0