From fe803322c67d8bff3f667628e0201f529c10526f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:11:31 +0000 Subject: [PATCH] Bump aiohttp from 3.11.11 to 3.11.12 --- 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 f7c52d1b..5ef9ffca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiohttp==3.11.11", + "aiohttp==3.11.12", "aiorun==2025.1.1", "async-timeout==5.0.1", "atomicwrites==1.4.1",