From df80aabff95a7ae07fd368e465436776d759edc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 00:07:52 +0000 Subject: [PATCH] Bump aiohttp from 3.11.9 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd5fa5d..9074b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "1337x==2.0.1", - "aiohttp==3.11.9", + "aiohttp==3.13.3", "aiosqlite==0.20.0", "asyncpg==0.30.0", "greenlet==3.1.1",