From 7902bdfc67bbfc70d4a7302f04aefb209e8c26d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:44:50 +0000 Subject: [PATCH] Bump aiohttp from 3.8.5 to 3.8.6 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [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.5...v3.8.6) --- 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 dd432fc..bc6038e 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.5", + "aiohttp==3.8.6", "dapr-ext-grpc>=1.10.0", "dapr-ext-fastapi>=1.10.0", ],