From 6440f6f3fee439a8b5296c202b941b1323fdfa40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:44:41 +0000 Subject: [PATCH] Update dependency blinker to v1.8.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831df60..be4aae9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black==24.4.0 ; python_version >= "3.10" and python_version < "4.0" -blinker==1.7.0 ; python_version >= "3.10" and python_version < "4.0" +blinker==1.8.2 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; 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") dnspython==2.6.1 ; python_version >= "3.10" and python_version < "4.0"