From 9a90e663cbe1ff46362057e1b2b612c6ec1b32b9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 05:14:41 +0000
Subject: [PATCH] Bump yarl from 1.14.0 to 1.17.1

Bumps [yarl](https://github.com/aio-libs/yarl) from 1.14.0 to 1.17.1.
- [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.14.0...v1.17.1)

---
updated-dependencies:
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 392d9e6d..c4d25914 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@
         "pyyaml==6.0.2",
         "requests==2.32.3",
         "tabulate>=0.8,<1.0",
-        "yarl==1.14.0",
+        "yarl==1.17.1",
         "halo==0.0.31",
         "shtab==1.7.1",
         "tqdm==4.66.5",