From 68caa7e88c4a21cc9615eb420ff185d29726907d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:00:15 +0200 Subject: [PATCH] chore(deps): Update aiohttp requirement from >=3.13.4 to >=3.14.0 (#65) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97b0ae43..d4e81505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ fire fuzzywuzzy openai litellm>=1.86.2 # to support `from litellm import get_valid_models` -aiohttp>=3.13.4 # CVE-2026-22815, CVE-2026-34515, CVE-2026-34516, CVE-2026-34525; >=3.13.4 due to litellm==1.83.14 exact pin +aiohttp>=3.14.0 # CVE-2026-22815, CVE-2026-34515, CVE-2026-34516, CVE-2026-34525; >=3.13.4 due to litellm==1.83.14 exact pin azure.identity pyarrow rich