From 2114034f582127adb0b1ab879323cbc24606495f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:38:09 +0000 Subject: [PATCH] Bump yarl from 1.9.2 to 1.9.4 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.9.2 to 1.9.4. - [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.9.2...v1.9.4) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 39e6972..8dfc64a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pytest-aiohttp==1.0.4 pytest-httpbin==2.0.0 aiohttp==3.8.5 async-timeout==4.0.2;python_version<"3.11" -yarl==1.9.2 +yarl==1.9.4 multidict==6.0.4 httpx==0.24.1 prometheus-client==0.17.1