From 380cfef7bb2b954d9fcf252ec50b673cc641d6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:07:43 +0100 Subject: [PATCH] Bump aiohttp from 3.11.10 to 3.11.11 (#1011) 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 db553844..04f45fb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiohttp==3.11.10", + "aiohttp==3.11.11", "aiorun==2024.8.1", "async-timeout==5.0.1", "coloredlogs==15.0.1",