From 4458a46595e206d39c7682ef60ca78bcd8e50e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:27:21 +0000 Subject: [PATCH] Bump yarl from 1.11.1 to 1.16.0 Bumps [yarl](https://github.com/aio-libs/yarl) from 1.11.1 to 1.16.0. - [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.16.0) --- 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..d7420a8ae 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.16.0 # 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..9a823f8e7 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.16.0 # via aiohttp diff --git a/requirements.txt b/requirements.txt index b77dc29e4..39d069034 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.16.0 # via aiohttp