From 0bd02676a9120d02a5635b239be07bb35c808cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:47:17 +0000 Subject: [PATCH] Bump aiohttp from 3.11.12 to 3.12.14 in /agent_apis Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.12 to 3.12.14. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.12...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent_apis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_apis/requirements.txt b/agent_apis/requirements.txt index a58b3c8..2a4dadc 100644 --- a/agent_apis/requirements.txt +++ b/agent_apis/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt aiohappyeyeballs==2.4.4 # via aiohttp -aiohttp==3.11.12 +aiohttp==3.12.14 # via # openai-greet (pyproject.toml) # restack-ai