From f6cfbc1410172d129a4c9999e74da4055c1d9ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 23:03:18 +0000 Subject: [PATCH] [pip] Bump click from 8.3.3 to 8.4.0 Bumps [click](https://github.com/pallets/click) from 8.3.3 to 8.4.0. - [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.3...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cf213cd8..0bdc5995 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,5 +1,5 @@ autopep8==2.3.2 -click==8.3.3 +click==8.4.0 coverage==7.14.0 mock==5.2.0 pytest==9.0.3