From bd79a93542e981ec52caafe744789b7912dd253e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:23:54 +0000 Subject: [PATCH] Bump yarl from 1.9.2 to 1.18.3 --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a828b22..ac28e68d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0" typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8" urllib3==2.0.7 ; python_version >= "3.7" and python_version < "4.0" userpath==1.9.0 ; python_version >= "3.7" and python_version < "4.0" -yarl==1.9.2 ; python_version >= "3.7" and python_version < "4.0" +yarl==1.18.3 ; python_version >= "3.7" and python_version < "4.0" zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.8"