From 00c0530038e762547384bb783e874ef788b9aa73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:20:54 +0000 Subject: [PATCH] Bump aiohttp from 3.10.10 to 3.10.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. - [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.10.10...v3.10.11) --- 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 befb0837..45c40f2b 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read(path: str) -> str: "kubernetes-asyncio==31.1.0", "PyYAML<7.0", "prometheus_client==0.21.0", - "aiohttp==3.10.10", + "aiohttp==3.10.11", "wrapt==1.17.0", "python-json-logger==2.0.7", ],