From 18f7dfc59f1e77c61d138a29086dbceb7f787a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:30:34 +0000 Subject: [PATCH] chore: 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 7d722eb..10ff9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11, <3.15" readme = "README.md" license = "MIT" dependencies = [ - "aiohttp==3.13.3", + "aiohttp==3.13.4", "cryptography==46.0.6", "testcontainers==4.14.2", ]