From 4b0764f15967c3ab6eadef3249fcf7dfb7d25858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 12:01:06 +0000 Subject: [PATCH] pip(deps): bump click from 8.1.8 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.1. - [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.1.8...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 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..17779015 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,2 +1,2 @@ -click==8.1.8 +click==8.3.1 typeshi==2.0.1 \ No newline at end of file