From 7249174ac1261a8095c1d2ecc3359b9a3d7a9e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:07:10 +0000 Subject: [PATCH] pip(deps): 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] --- requirements.txt | 2 +- testing_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f5a952..1d6146c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ triton>=2.1.0 # Experiment Tracking / Logging wandb>=0.15.0 -PyYAML>=6.0 +PyYAML>=6.0.3 tqdm>=4.65.0 loguru>=0.7.0 diff --git a/testing_requirements.txt b/testing_requirements.txt index a3969a8..36614e3 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -21,7 +21,7 @@ bitsandbytes>=0.41.1 deepspeed>=0.11.0 # Experiment Tracking / Logging wandb>=0.15.0 -PyYAML>=6.0 +PyYAML>=6.0.3 tqdm>=4.65.0 loguru>=0.7.0