From 4b3277a60d4b346003dcfeb04c9c9b2e87ac076d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:39:54 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.9.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.9.0. - [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.5...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 539e7db..2034f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -aiohttp==3.8.5 +aiohttp==3.9.0 # via geoip2 aiosignal==1.3.1 # via aiohttp @@ -21,8 +21,6 @@ asn1crypto==1.5.1 # pyhanko-certvalidator asttokens==2.2.1 # via stack-data -async-timeout==4.0.3 - # via aiohttp attrs==23.1.0 # via aiohttp autopep8==2.0.4 @@ -53,9 +51,7 @@ certifi==2023.7.22 cffi==1.15.1 # via cryptography charset-normalizer==3.2.0 - # via - # aiohttp - # requests + # via requests click==8.1.7 # via # djlint