From 0fa36f7a3751918eeb58da5a836c26645a8258db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:42:05 +0000 Subject: [PATCH] chore(deps): Update aiohttp requirement in /money-machine/src-python --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- money-machine/src-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/money-machine/src-python/requirements.txt b/money-machine/src-python/requirements.txt index 9e1f980..c6fbcaf 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -3,7 +3,7 @@ ccxt>=4.5.53 pandas>=2.0.0 numpy>=2.4.4 -aiohttp>=3.9.0 +aiohttp>=3.14.0 google-generativeai>=0.3.0 pyyaml>=6.0.3 python-dotenv>=1.2.2