From b8a69eecc0e9cdfe28cf1dbe5ec98d79ba8c61b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:01:32 +0000 Subject: [PATCH] Bump pyyaml from 6.0.1 to 6.0.3 in /client 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] --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 705782e1..8e9cc850 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "dnspython == 2.7.0", - "PyYAML == 6.0.1", + "PyYAML == 6.0.3", "cryptography == 44.0.3", "pid == 3.0.4", "pydantic-settings==2.6.0",