From 0a25eb93e35ab9649a508a7f451a6a642af60caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 06:17:32 +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 b081c0e..7b8c930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ version = "0.0.0" [project.optional-dependencies] dev = [ # Production requirements - "aiohttp==3.13.1", + "aiohttp==3.13.2", "mashumaro==3.17", "orjson==3.11.3",