From 040c7b1c2b5c4077a01c0b9161cbcbbbf335d832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:50:23 +0000 Subject: [PATCH] Update dependency blinker to v1.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..4542eca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ async-timeout==4.0.3 ; python_version >= "3.10" and python_full_version < "3.11.3" 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.9.0 ; python_version >= "3.10" and python_version < "4.0" cachelib==0.13.0 ; 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 platform_system == "Windows"