From 7ff8a51883be5b220b4515c51fef7aa3373033eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:18:59 +0000 Subject: [PATCH] Bump aiohttp from 3.8.4 to 3.9.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 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.4...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 26fbc11..2c4be32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile requirements.in # -aiohttp==3.8.4 +aiohttp==3.9.0 # via # aiohttp-retry # twilio @@ -16,8 +16,6 @@ arrow==1.2.3 # via -r requirements.in astral==3.2 # via -r requirements.in -async-timeout==4.0.2 - # via aiohttp attrs==22.2.0 # via aiohttp certifi==2022.12.7 @@ -25,9 +23,7 @@ certifi==2022.12.7 cffi==1.15.1 # via timezonefinder charset-normalizer==2.1.1 - # via - # aiohttp - # requests + # via requests click==8.1.3 # via -r requirements.in frozenlist==1.3.3