From 9259062f6549b9115c0b384200ce8cb96c0aa309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:35:40 +0000 Subject: [PATCH] build(deps): update pyyaml requirement in the python-runtime group Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. Updates `pyyaml` 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 dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69c7245..0d698cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "fastapi>=0.141.1,<1", "httpx>=0.28.1,<1", "prometheus-client>=0.26.0,<1", - "pyyaml>=6.0.2,<7", + "pyyaml>=6.0.3,<7", "pydantic-settings>=2.15.0,<3", "uvicorn[standard]>=0.52.4,<1", ]