From f6a77fe24736a945475ee29ac1ed760c87e7d08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:21:30 +0000 Subject: [PATCH] chore(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] --- cli_bundle/requirements.txt | 2 +- docker/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli_bundle/requirements.txt b/cli_bundle/requirements.txt index 2ac9385b..52e2359d 100644 --- a/cli_bundle/requirements.txt +++ b/cli_bundle/requirements.txt @@ -1,7 +1,7 @@ # Core CLI/runtime deps (safe across Linux runners) click==8.3.0 rich==14.1.0 -pyyaml==6.0.2 +pyyaml==6.0.3 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) pandas==2.3.2 numpy==2.2.6 diff --git a/docker/requirements.txt b/docker/requirements.txt index 2c6a3757..0722a5b6 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,7 +1,7 @@ # Core CLI/runtime deps (safe across Linux runners) click==8.3.0 rich==14.1.0 -pyyaml==6.0.2 +pyyaml==6.0.3 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) pandas==2.3.2 numpy==2.2.6