From 71ebf563e724e2fb0d14a86722e739027664bf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:15:20 +0000 Subject: [PATCH] build(deps): update yarl requirement from ~=1.13.1 to ~=1.14.0 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/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.13.1...v1.14.0) --- 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 b422547..dbb5e09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ markdownify~=0.13.1 psutil~=6.0.0 pytz~=2024.2 rapidfuzz>=3.0.0,<4.0.0 -yarl~=1.13.1 +yarl~=1.14.0