From b8620672983778e8a174cd450848f991a49ea584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:38:26 +0200 Subject: [PATCH] Bump aiohttp from 3.9.5 to 3.10.3 (#851) 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 561b2162..9f8fb01d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiohttp==3.9.5", + "aiohttp==3.10.3", "aiorun==2024.8.1", "async-timeout==4.0.3", "coloredlogs==15.0.1",