From 419f95adee1935d65a3d0dff27b696ffdd9eb63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:08:49 +0000 Subject: [PATCH] Bump yarl from 1.9.3 to 1.9.4 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.3 to 1.9.4. - [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.3...v1.9.4) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bc48758..fc06f44e 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "pyyaml==6.0.1", "requests==2.31.0", "tabulate>=0.8,<1.0", - "yarl==1.9.3", + "yarl==1.9.4", "halo==0.0.31", "shtab==1.6.4", "tqdm==4.66.1",