From ab31fcb69a7a40c0a8df77c17d585c1d7fe17161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:59:49 +0000 Subject: [PATCH] Bump yarl from 1.11.1 to 1.15.3 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.11.1 to 1.15.3. - [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.11.1...v1.15.3) --- updated-dependencies: - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- doc-requirements.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..adf247156 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -152,7 +152,7 @@ wheel==0.44.0 # via pip-tools wsproto==1.2.0 # via simple-websocket -yarl==1.11.1 +yarl==1.15.3 # via aiohttp # The following packages are considered to be unsafe in a requirements file: diff --git a/doc-requirements.txt b/doc-requirements.txt index b19a110df..d023b8f8c 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -170,5 +170,5 @@ websockets==13.0.1 # via sphinx-autobuild wsproto==1.2.0 # via simple-websocket -yarl==1.11.1 +yarl==1.15.3 # via aiohttp diff --git a/requirements.txt b/requirements.txt index b77dc29e4..817b900e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -89,5 +89,5 @@ uvloop==0.20.0 ; sys_platform != "win32" # via appdaemon (pyproject.toml) wsproto==1.2.0 # via simple-websocket -yarl==1.11.1 +yarl==1.15.3 # via aiohttp