From bc4e23aea9bc56379b6abcfe3de6c1e934a64efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:08:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20aiohttp=20to=20v3.1?= =?UTF-8?q?3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0235c9..222d78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ python = ["3.14", "3.13", "3.12"] [tool.hatch.envs.default] dependencies = [ "ruff==0.15.8", - "aiohttp==3.13.3", + "aiohttp==3.13.4", "prometheus-client==0.24.1", "mashumaro==3.20", "mkdocs-material==9.7.6",