From d9aa805aad2011d15a7f43662df6b4d338b912a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:26:53 +0000 Subject: [PATCH] Bump yarl from 1.14.0 to 1.15.5 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.14.0 to 1.15.5. - [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.14.0...v1.15.5) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ad01607..d56a15c 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -174,5 +174,5 @@ werkzeug==3.0.4 # quartapp (pyproject.toml) wsproto==1.2.0 # via hypercorn -yarl==1.14.0 +yarl==1.15.5 # via aiohttp