From 7045b93609584ed82010c0413bf0c49948e59f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 17:27:15 +0000 Subject: [PATCH] Bump aiohttp to v3.12.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a9f1dc..8875ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ "ruff==0.12.8", - "aiohttp==3.12.14", + "aiohttp==3.12.15", "prometheus-client==0.22.1", "mashumaro==3.16", "mkdocs-material==9.6.16",