From 50d0e4ddf38146cc334dc2353adcceb587bd40ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:54:49 +0000 Subject: [PATCH] Bump aiohttp from 3.8.1 to 3.8.6 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.6. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.6) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 391a352..21ef5f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --no-emit-index-url --no-emit-trusted-host # -aiohttp==3.8.1 +aiohttp==3.8.6 # via -r requirements.in aiosignal==1.2.0 # via aiohttp @@ -76,6 +76,7 @@ tomli==2.0.1 # via # black # build + # pep517 # pytest urllib3==1.26.11 # via requests