From 2411bea5f12b34385785c26e3bbb30a791b9cbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:49:50 +0000 Subject: [PATCH] [noissue]: Update yarl requirement from <1.12.2,>=1.8 to >=1.8,<1.13.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.13.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 375cbcb9d6..a4fffee56c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,4 +40,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.12.2 +yarl>=1.8,<1.13.2