From 5c9dbb47ccff1c79af09da7e2b1eae43623cb713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:12:36 +0000 Subject: [PATCH] Upgrade: Bump aiohttp from 3.9.3 to 3.9.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4. - [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.9.3...v3.9.4) --- 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 7ae276e..8c0b9cc 100644 --- a/regression_runner/requirements.txt +++ b/regression_runner/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.3 +aiohttp==3.9.4 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 diff --git a/requirements.txt b/requirements.txt index b570513..53d2f56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aioauth-client==0.28.1 -aiohttp==3.9.3 +aiohttp==3.9.4 aiosignal==1.3.1 anyio==4.3.0 async-timeout==4.0.3