From bc2cb7212d0a1f2ed3bb406d9c8403c9e05e5286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:32:18 +0200 Subject: [PATCH] Update aiohttp requirement from ==3.12.* to ==3.13.* (#5528) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.0 dependency-type: direct:production ... 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 d190328be..a476754f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ [project.optional-dependencies] memcached = ["pylibmc"] dev = [ - "aiohttp==3.12.*", + "aiohttp==3.13.*", "coverage", "coveralls", "fakeredis==2.31.*",