From 946d87890fb7470230c0b590c8dba3eef2a38528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:58:46 +0000 Subject: [PATCH] Bump aiohttp from 3.9.5 to 3.10.0 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.0. - [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.9.5...v3.10.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 454ecdbc..826b3486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] ci = [ # pinned for reproducible CI - "aiohttp==3.9.5", + "aiohttp==3.10.0", "async-timeout==4.0.3", "multidict==6.0.5", "yarl==1.9.4",