From 0539c547df919c527b52909c58e51a52eb5edd98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 03:15:49 +0000 Subject: [PATCH] Update dependency yarl to v1.15.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43773ef..c3ce493 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.15.0 ; python_version >= "3.11" and python_version < "4.0"