From 3d33023fe6653cc1f2b7c45197936d79ff499771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:34:27 +0000 Subject: [PATCH] Bump aiohttp from 3.12.14 to 3.13.3 in /common --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Pipfile b/common/Pipfile index 24664568..79a6f129 100644 --- a/common/Pipfile +++ b/common/Pipfile @@ -15,7 +15,7 @@ lxml = "~=5.3" isodate = "~=0.7.2" aioboto3 = "~=13.3.0" pymongo = ">=4.16" -aiohttp = "==3.12.14" +aiohttp = "==3.13.3" [requires] python_version = "3.11"