From 954484980eef0cb732ff0e5893c73027de3139cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:55:00 +0000 Subject: [PATCH] build(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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b794154..9a6b593d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "requests>=2.20.0", "pyodata>=1.12.0", - "PyYAML>=6.0.1", + "PyYAML>=6.0.3", "platformdirs>=4.5.1", "truststore>=0.10.4", ] diff --git a/requirements.txt b/requirements.txt index f25f96cc..598cd50f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.20.0 pyodata==1.12.0 -PyYAML==6.0.1 +PyYAML==6.0.3 platformdirs>=4.5.1 truststore>=0.10.4