From 78a886ef2a17a6f1b945f0cc50f7ae32dd62ec6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:20:05 +0000 Subject: [PATCH] Update dependency yarl to v1.9.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43773ef..a3177ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,4 @@ sniffio==1.3.0 ; python_version >= "3.11" and python_version < "4.0" strenum==0.4.15 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.11" and python_version < "4.0" validators==0.22.0 ; python_version >= "3.11" and python_version < "4.0" -yarl==1.9.3 ; python_version >= "3.11" and python_version < "4.0" +yarl==1.9.7 ; python_version >= "3.11" and python_version < "4.0"