From 2c0465a6b4e6142a7fd0014eb1bc00a78245dc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:16:10 +0000 Subject: [PATCH] Bump aiohttp from 3.13.1 to 3.13.2 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d792cba..60d4cfba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dynamic = ["version"] dependencies = [ "aiodns==3.5.0", "aiofiles==25.1.0", - "aiohttp==3.13.1", + "aiohttp==3.13.2", "aiomultiprocess==0.9.1", "aiosqlite==0.21.0", "beautifulsoup4==4.14.2",