From 797c0dd3d738cb14a4975b5e57bedec35ed993c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:02:08 +0000 Subject: [PATCH] chore(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] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index ffc18db7e..1d9ba464f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -27,7 +27,7 @@ pytest-cov>=7.1.0,<8; python_version >= "3.9" # click # Note: click 8.2+ requires Python >=3.10; cap older interpreters below it. click==8.1.8; python_version < "3.10" -click==8.4.2; python_version >= "3.10" +click==8.5.0; python_version >= "3.10" # psutil psutil>=7.2.2,<8