From 528ba434071eda7e33eff33172092dca1e0037f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:02 +0000 Subject: [PATCH] chore(deps-dev): bump syrupy from 4.8.1 to 5.1.0 in /reporter Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.8.1 to 5.1.0. - [Release notes](https://github.com/syrupy-project/syrupy/releases) - [Changelog](https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md) - [Commits](https://github.com/syrupy-project/syrupy/compare/v4.8.1...v5.1.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-major ... 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..cfa18f2 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -6,5 +6,5 @@ pytest-cov==6.0.0 jsonschema==4.23.0 PyYAML==6.0.2 hypothesis==6.122.3 -syrupy==4.8.1 +syrupy==5.1.0 pytest-socket==0.7.0