From 9ce79cf2509f5dd8097e187561dc73e7101c0884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:44:02 +0000 Subject: [PATCH] chore(deps): Bump aiohttp from 3.13.3 to 3.13.5 in /worker_plan --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 2e05f45f4..c063327f8 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.13" dependencies = [ "aiofiles==25.1.0", "aiohappyeyeballs==2.6.1", - "aiohttp==3.13.3", + "aiohttp==3.13.5", "aiosignal==1.4.0", "annotated-types==0.7.0", "anyio==4.12.0",