From d1aa6ba3c3193d808cb3c713728b71718d7a9605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:59:49 +0000 Subject: [PATCH] Bump yarl from 1.9.2 to 1.20.0 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.2 to 1.20.0. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.9.2...v1.20.0) --- updated-dependencies: - dependency-name: yarl dependency-version: 1.20.0 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 0f578726..cbfcc099 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.2.2 ; 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.20.0 ; python_version >= "3.7" and python_version < "4.0" zipp==3.19.1 ; python_version >= "3.7" and python_version < "3.8"