From c7400e1ff28c534e560abfaaa9bc990bd39c5ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:22:46 +0000 Subject: [PATCH] chore(deps): Bump yarl from 1.17.2 to 1.18.3 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.17.2 to 1.18.3. - [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.17.2...v1.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 452c1d4..9091bda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ requests==2.32.3; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.1; python_version >= '3.7' urllib3==2.2.3; python_version >= '3.7' -yarl==1.17.2; python_version >= '3.7' +yarl==1.18.3; python_version >= '3.7'