From 32b9c79eaddb5a4aa992ff41d3f139f22e483271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:12:52 +0000 Subject: [PATCH] chore(deps-dev): update pyyaml requirement from >=6.0 to >=6.0.3 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [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...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fdf614f..c66647c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8>=7.3.0 bandit[toml]>=1.9.4 pytest>=9.1.1 pytest-cov>=7.1.0 -PyYAML>=6.0 +PyYAML>=6.0.3 # starlette's TestClient (used by tests/test_api.py) requires httpx2; # it falls back to httpx with a deprecation warning, and raises if neither