From a0d5808adce01d69d05c92929f88b2f992527b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:59:24 +0000 Subject: [PATCH] Bump aiohttp from 3.11.9 to 3.11.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.9 to 3.11.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.11.9...v3.11.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 652f4ec..d772a73 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ -r requirements.txt # Examples -aiohttp==3.11.9 +aiohttp==3.11.11 # Dev pytest==8.3.4