From 9fd107025442c1287fcb4eb0fa5a30c845b308ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 02:42:17 +0000 Subject: [PATCH] Update dependency click to v8.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..a783b77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ black==25.1.0 ; python_version >= "3.12" and python_version < "4.0" blinker==1.9.0 ; python_version >= "3.12" and python_version < "4.0" cachelib==0.13.0 ; python_version >= "3.12" and python_version < "4.0" -click==8.2.1 ; python_version >= "3.12" and python_version < "4.0" +click==8.2.2 ; python_version >= "3.12" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows" cssmin==0.2.0 ; python_version >= "3.12" and python_version < "4.0" dnspython==2.7.0 ; python_version >= "3.12" and python_version < "4.0"