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