From 036eda54ef276cf14df15683752ea7619ba7d4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:29:35 +0000 Subject: [PATCH] Update dependency click to v8.3.0 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..66d7f76 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ anyio==4.4.0 ; python_version >= "3.11" and python_version < "4.0" asyncio==3.4.3 ; python_version >= "3.11" and python_version < "4.0" certifi==2024.7.4 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "4.0" -click==8.1.7 ; python_version >= "3.11" and python_version < "4.0" +click==8.3.0 ; python_version >= "3.11" and python_version < "4.0" codecov-cli==0.7.4 ; python_version >= "3.11" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") coverage[toml]==7.6.1 ; python_version >= "3.11" and python_version < "4.0"