From 0cedb2f90e85cc797d0d7f7306c9cbc3aa8c87d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:19:54 +0000 Subject: [PATCH] chore(deps): Update pyyaml requirement in /money-machine/src-python Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 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..9e1f980 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -5,7 +5,7 @@ pandas>=2.0.0 numpy>=2.4.4 aiohttp>=3.9.0 google-generativeai>=0.3.0 -pyyaml>=6.0 +pyyaml>=6.0.3 python-dotenv>=1.2.2 # IPC auth token storage (optional; falls back to env var when missing). keyring>=24.0.0