From df7272b0eea59ebccf15c3ed2199025eb38d198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:02:44 +0000 Subject: [PATCH] Bump yarl from 1.7.2 to 1.8.1 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.7.2 to 1.8.1. - [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.7.2...v1.8.1) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5aae812..eacc020 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,5 +40,5 @@ rich==12.5.1 # via fdiff (setup.py) typing-extensions==4.3.0 # via aiohttp -yarl==1.7.2 +yarl==1.8.1 # via aiohttp