From 8f19c62c6bbb62796b82240a64bbd9e6b88e3abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:58:58 +0000 Subject: [PATCH] build(deps): update yarl requirement from ~=1.9.7 to ~=1.9.11 Updates the requirements on [yarl](https://github.com/aio-libs/yarl) to permit the latest version. - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/v1.9.11/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.9.7...v1.9.11) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 114b3b1..8186879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ markdownify~=0.13.1 psutil~=6.0.0 pytz~=2024.1 rapidfuzz>=3.0.0,<4.0.0 -yarl~=1.9.7 +yarl~=1.9.11