From df25931f7518ec9d85c4bba0fd30ca81ceed7610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:46:23 +0000 Subject: [PATCH] Bump aiohttp in /Solutions/ESET Protect Platform/Data Connectors --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ESET Protect Platform/Data Connectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/ESET Protect Platform/Data Connectors/requirements.txt b/Solutions/ESET Protect Platform/Data Connectors/requirements.txt index 06e1adafe65..5ce9578809c 100644 --- a/Solutions/ESET Protect Platform/Data Connectors/requirements.txt +++ b/Solutions/ESET Protect Platform/Data Connectors/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.5 ; python_version >= "3.9" and python_version < "4.0" +aiohttp==3.12.14 ; python_version >= "3.9" and python_version < "4.0" aiosignal==1.3.2 ; python_version >= "3.9" and python_version < "4.0" annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0" async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"