From adbf7ffc23fcfb18aff3a7253adc05433b695904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:04:20 +0000 Subject: [PATCH] chore: bump aiohttp from 3.13.2 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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 c1c14d0..b0773c5 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.2", + "aiohttp==3.13.3", "cryptography==46.0.3", "testcontainers==4.13.3", ]