From 20423fa7f17c0ed8398eff28094a8a7af228c795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:26:56 +0000 Subject: [PATCH] chore(deps): bump aiohttp in /examples/rag/cli-rag-demo --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/rag/cli-rag-demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rag/cli-rag-demo/requirements.txt b/examples/rag/cli-rag-demo/requirements.txt index c138ff4..15b3b02 100644 --- a/examples/rag/cli-rag-demo/requirements.txt +++ b/examples/rag/cli-rag-demo/requirements.txt @@ -4,7 +4,7 @@ questionary>=2.0.1 openai==1.61.1 pydantic==2.10.6 aiohappyeyeballs==2.4.6 -aiohttp==3.11.12 +aiohttp==3.14.1 aiosignal==1.3.2 attrs==25.1.0 certifi==2025.1.31