From afe025be1d7024b127bf259658aa23553cb3a288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:48:12 +0000 Subject: [PATCH] Bump aiohttp from 3.11.16 to 3.12.14 in the pip group across 1 directory --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e798e6c..d0176d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "async-lru>=2.0.4", "aiolimiter>=1.1.0", "uiprotect==7.14.1", - "aiohttp==3.11.16", + "aiohttp==3.12.14", ] [project.urls]