From 9fe7112d7b5e6d3b897491b63d68277d0b27b72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:56:42 +0000 Subject: [PATCH] Bump aiohttp from 3.11.12 to 3.11.13 --- 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 e848b82f..4c604b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [project.optional-dependencies] server = [ - "aiohttp==3.11.12", + "aiohttp==3.11.13", "aiorun==2025.1.1", "async-timeout==5.0.1", "atomicwrites==1.4.1",