From e2c44207ef66bf037d4f64576f638846e7a44c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:20 +0000 Subject: [PATCH] chore(deps-dev): bump pyyaml from 6.0.2 to 6.0.3 in /reporter Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reporter/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements-dev.txt b/reporter/requirements-dev.txt index 78272a4..a6a33bd 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -4,7 +4,7 @@ pytest-postgresql==7.0.2 coverage==7.6.10 pytest-cov==6.0.0 jsonschema==4.23.0 -PyYAML==6.0.2 +PyYAML==6.0.3 hypothesis==6.122.3 syrupy==4.8.1 pytest-socket==0.7.0