From 3c978dc65b5a2314e26b26460f7c7445a7037a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:05:46 +0000 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.9.2 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 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.8.6...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 bc6038e..a693509 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ "gunicorn>=19.2.0,<21.0; platform_system!='Windows'", "cloudevents>=1.2.0,<2.0.0", "dapr>=1.10.0", - "aiohttp==3.8.6", + "aiohttp==3.9.2", "dapr-ext-grpc>=1.10.0", "dapr-ext-fastapi>=1.10.0", ],