From 41a39d425b4a7c04c5d4ad5c9893e579603dfcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:01:13 +0000 Subject: [PATCH] Update yarl requirement from ~=1.8.2 to ~=1.9.1 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.2...v1.9.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 caba035..8a02ee8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp~=3.8.4 cython~=0.29.33 -yarl~=1.8.2 +yarl~=1.9.1 pydantic~=1.9.1 setuptools~=67.4.0 pydantic~=1.9.2