From 748e5ae3ba742f3a49daa138048fb15b76cfcdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:13:45 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0.2 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [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.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5afe7cc0..4c4dafdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ typer==0.20.0 click>=8.0.0 joblib==1.5.1 pygments==2.19.2 -pyyaml==6.0.2 +pyyaml==6.0.3 unidiff==0.7.5 tqdm==4.67.1 typing-extensions==4.15.0