From 0674e1d1ec0f4c63dabe5bf5e6171438a9025265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 12:32:33 +0000 Subject: [PATCH] pip(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] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index e393e506..bf8e5458 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,2 +1,2 @@ -click==8.1.8 +click==8.4.2 typeshi==2.0.1 \ No newline at end of file