From 93a544f8bff64990de538ec8296355485d786e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:56:56 +0000 Subject: [PATCH] chore(deps): bump pyyaml from 6.0.1 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 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.1...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] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index cba453e..0828cbb 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -34,7 +34,7 @@ wandb==0.16.2 # Utilities tqdm==4.66.1 -pyyaml==6.0.1 +pyyaml==6.0.3 python-dotenv==1.0.0 joblib==1.3.2