From 23607c4a9c1ef61e0f70b869dd6793b447b96d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:19:50 +0000 Subject: [PATCH] chore(deps): Update aiohttp requirement in /money-machine/src-python --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.5 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 c0be0b4..85fa1c3 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.13.5 google-generativeai>=0.3.0 pyyaml>=6.0 python-dotenv>=1.2.2