From fc55c1d1d64ed718a317f085bf053915e4091950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:26:50 +0000 Subject: [PATCH] Bump aiohttp from 3.7.4 to 3.9.4 in /src/finding-pypi Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 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.7.4...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/finding-pypi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finding-pypi/requirements.txt b/src/finding-pypi/requirements.txt index 5a19d484..fab38935 100644 --- a/src/finding-pypi/requirements.txt +++ b/src/finding-pypi/requirements.txt @@ -1,5 +1,5 @@ aiochannel==1.0.1 -aiohttp==3.7.4 +aiohttp==3.9.4 aiojobs==0.2.2 async-timeout==3.0.1 attrs==19.3.0