From f805acf964f479f70b04e91a2cf5138bc0723ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:34:44 +0000 Subject: [PATCH] Build(deps): Bump aiohttp from 3.9.0 to 3.9.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 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.0...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9390c7b..eb957b4 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ # List run-time dependencies here. These will be installed by pip when # your project is installed. install_requires=[ - 'aiohttp==3.9.0', + 'aiohttp==3.9.4', 'aiohttp-security==0.4.0', 'aiohttp-session==2.9.0', 'aioredis==2.0.1',