From 624fca34db8cdf8f32634f50e7a4318b7d4467b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:53:08 +0000 Subject: [PATCH] Bump aiohttp from 3.13.3 to 3.13.4 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 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 79d2dd9..993efd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ ] requires-python = ">=3.11" dependencies = [ - "aiohttp==3.13.3", + "aiohttp==3.13.4", "appendmuch==0.0.4", "click==8.3.1", "fastapi==0.135.2",