From 31cb4846b054e88f66e11340e0d682d13b417ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:20:13 +0000 Subject: [PATCH] Update pyyaml requirement from >=6.0 to >=6.0.3 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 733fbcc..bfab127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "matplotlib>=3.8", "plotly>=5.18", "pydantic>=2.5", # Config validation - "pyyaml>=6.0", # YAML config loading + "pyyaml>=6.0.3", # YAML config loading "typer>=0.12", # CLI "requests>=2.31", # Binance REST client "joblib>=1.3", # Caching / parallelism helpers diff --git a/requirements.txt b/requirements.txt index 3f34650..00ac059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ statsmodels>=0.14 matplotlib>=3.8 plotly>=5.18 pydantic>=2.5 -pyyaml>=6.0 +pyyaml>=6.0.3 typer>=0.12 requests>=2.31 joblib>=1.3