From c5f589ac6aa7ca0783a682e3d0f8abab5a01e683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:16:23 +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 b4286d2..bc52c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "numpy==2.2.6", "typing_extensions==4.12.0", - "pyyaml==6.0.1", + "pyyaml==6.0.3", "dacite==1.8.1", "requests==2.34.2", "fastapi~=0.111.1", diff --git a/requirements.txt b/requirements.txt index c18b9fb..b1e89b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.6 typing_extensions==4.12.0 -pyyaml==6.0.1 +pyyaml==6.0.3 dacite==1.8.1 requests==2.34.2 fastapi~=0.111.1