From c605d86354ca7fdec82804e20036e204aa06505f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:15:05 +0000 Subject: [PATCH] [noissue]: Update yarl requirement from <1.11.2,>=1.8 to >=1.8,<1.12.2 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.8.0...v1.12.1) --- 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 aafd4075f5..fdd8bbe571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,4 +41,4 @@ tablib<3.6.0 url-normalize>=1.4.3,<=1.4.3 uuid6>=2023.5.2,<=2024.7.10 whitenoise>=5.0,<6.8.0 -yarl>=1.8,<1.11.2 +yarl>=1.8,<1.12.2