From 8091bb15910ee80831648917c7bd1b39f503e941 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:54:18 +0200 Subject: [PATCH] Bump aiohttp to 3.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2a1bc8..836162a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ "ruff==0.14.0", - "aiohttp==3.12.15", + "aiohttp==3.13.0", "prometheus-client==0.22.1", "mashumaro==3.16", "mkdocs-material==9.6.16",