From 7b3772b128b1a45f28e42c4a2fe675983eda1bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:04:30 +0000 Subject: [PATCH] Bump aiohttp from 3.8.3 to 3.9.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 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.3...v3.9.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b9353bc6..1b661c80 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ # pip-compile --no-annotate dev-requirements.in # -e file:. -aiohttp==3.8.3 +aiohttp==3.9.0 aiosignal==1.2.0 appdirs==1.4.4 astroid==2.12.12 diff --git a/requirements.txt b/requirements.txt index 5e4d4279..9c6de245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --no-annotate # -e file:. -aiohttp==3.8.3 +aiohttp==3.9.0 aiosignal==1.2.0 appdirs==1.4.4 async-timeout==4.0.2