From efc40ddc07e61cbc72a46df938b041c52fcd1b31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:47:45 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.8.6 to 3.10.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 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.8.6...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 75edb7b..0ae7924 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ packages=["vt"], python_requires=">=3.7.0", install_requires=[ - "aiohttp==3.8.6 ; python_version=='3.7'", + "aiohttp==3.10.11 ; python_version=='3.7'", "aiohttp ; python_version>'3.7'" ], setup_requires=["pytest-runner"],