From b6d0d5a2ac82438af3973308b3c78ae64228817e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:51:25 +0000 Subject: [PATCH] Update dependency click to v8.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b7cfd78..b8d1ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==23.7.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.5.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") exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0"