From dc6d019aac6a98fac77f434ab0581aae290c8825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:32:02 +0000 Subject: [PATCH] Upgrade: 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: direct:production ... Signed-off-by: dependabot[bot] --- regression_runner/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression_runner/requirements.txt b/regression_runner/requirements.txt index a5a4c7a..9cf53ea 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.5 +aiohttp==3.9.0 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 diff --git a/requirements.txt b/requirements.txt index bb263f5..4358235 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aioauth-client==0.28.1 -aiohttp==3.8.5 +aiohttp==3.9.0 aiosignal==1.3.1 anyio==3.7.1 async-timeout==4.0.2