From 905785011e57c7530c15640e6c802ea80323ea6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:29:51 +0000 Subject: [PATCH] Update dependency blinker to v1.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..175f35f 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.8.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"