From 3139713bdf89f3c41fbc99efb40a06bfdb7d6b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:00:27 +0000 Subject: [PATCH] Bump aiohttp from 3.10.5 to 3.10.8 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.10.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.10.5...v3.10.8) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67bdada8..47a533e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiohttp==3.10.5", + "aiohttp==3.10.8", "aiorun==2024.8.1", "async-timeout==4.0.3", "coloredlogs==15.0.1",