From ff3feffdfcd33b391d889d62333279735efc4ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 21:17:31 +0000 Subject: [PATCH] Bump aiohttp from 3.13.0 to 3.13.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.1 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 c0366053..2412d63e 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.0", + "aiohttp==3.13.1", "aiomultiprocess==0.9.1", "aiosqlite==0.21.0", "beautifulsoup4==4.14.2",