From c253081bbf432f64e614b2d4776c1413477ad5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:11:10 +0000 Subject: [PATCH] [noissue]: Update yarl requirement from <=1.8.1,>=1.8 to >=1.8,<1.8.3 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.8.2) --- 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 55740032a6..4a33748431 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ redis>=4.3,<=4.3.4 setuptools>=39.2,<=65.3.0 url-normalize>=1.4.3,<=1.4.3 whitenoise>=5.0,<=6.2.0 -yarl>=1.8,<=1.8.1 +yarl>=1.8,<1.8.3