From e8630e4bbc4f96ab9f6e1489fb14bd208aecce13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:02:49 +0000 Subject: [PATCH] build(deps): update syrupy requirement from >=5.5.3 to >=6.0.0 Updates the requirements on [syrupy](https://github.com/syrupy-project/syrupy) to permit the latest version. - [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/v5.5.3...v6.0.0) --- updated-dependencies: - dependency-name: syrupy dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 99bd2be..4ee67d3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest>=9.1.1 pytest-asyncio>=1.4.0 pytest-cov>=7.1.0 -syrupy>=5.5.3 +syrupy>=6.0.0 aioresponses>=0.7.9 # aioresponses 0.7.9 (latest release) predates aiohttp 3.14's new required # ClientResponse `stream_writer` kwarg -- fix is open upstream but unreleased: