From 08acdab95d534e541b5fbb46983d9ebe7570be06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:33:25 +0000 Subject: [PATCH] Build(deps): Bump aiohttp from 3.9.0 to 3.9.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.2. - [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.2) --- 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..e54500d 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.2', 'aiohttp-security==0.4.0', 'aiohttp-session==2.9.0', 'aioredis==2.0.1',