From 14dad395c2baa53b2c78bb60ee4d75cac4ea2584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:58:56 +0000 Subject: [PATCH] Update yarl requirement from ~=1.8.2 to ~=1.9.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.2...v1.9.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 caba035..7e4c9b0 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.2 pydantic~=1.9.1 setuptools~=67.4.0 pydantic~=1.9.2