From efb6ab589c00b36c1fd6c75f939e3d477de5b6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 23:03:05 +0000 Subject: [PATCH] [pip] Bump click from 8.3.1 to 8.3.2 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.3.2. - [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.3.1...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 4ecdb1cc..32a09c8c 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,5 +1,5 @@ autopep8==2.3.2 -click==8.3.1 +click==8.3.2 coverage==7.13.5 mock==5.2.0 pytest==9.0.2