From e684678090f8b17374ecd589e5a8e584428c1da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:50:39 +0000 Subject: [PATCH] :arrow_up: bump click from 8.1.7 to 8.3.2 Bumps [click](https://github.com/pallets/click) from 8.1.7 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.1.7...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..ed271111 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" cachetools==5.5.0 ; python_version >= "3.10" and python_version < "4.0" -click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" +click==8.3.2 ; python_version >= "3.10" and python_version < "4.0" cloudpickle==3.1.0 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") colored==2.2.4 ; python_version >= "3.10" and python_version < "4.0"