From 52647ee8b1eed9bdf9f9903eec3f271741dcc141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:47:52 +0000 Subject: [PATCH] chore(deps): bump aiohttp --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../intermediate/api-security-scanner/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml index 10ad69fd..638a70ab 100644 --- a/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml +++ b/PROJECTS/intermediate/api-security-scanner/backend/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ # HTTP client for scanners "requests==2.32.5", "httpx==0.28.1", - "aiohttp==3.13.4", + "aiohttp==3.14.0", # Settings management "pydantic==2.12.5", "pydantic-settings==2.12.0",