From feb4de6851a47ef3d0f3d82e9d65a2181890a836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:57:07 +0100 Subject: [PATCH] Bump aiohttp from 3.11.6 to 3.11.8 (#940) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.6 to 3.11.8. - [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.6...v3.11.8) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4026437b..5f185a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] ci = [ # pinned for reproducible CI - "aiohttp==3.11.6", + "aiohttp==3.11.8", "async-timeout==5.0.1", "multidict==6.1.0", "yarl==1.17.2",