From c14be1c43707f7bc0db8f56260564ecdfe198914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 21:35:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20aiohttp=20to=20v3.1?= =?UTF-8?q?3.3?= 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 90c2cc9..4918de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ "ruff==0.14.5", - "aiohttp==3.13.2", + "aiohttp==3.13.3", "prometheus-client==0.23.1", "mashumaro==3.17", "mkdocs-material==9.7.0",