From 7f7062c27405343c78f9524efbaca43534ab51fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 09:44:23 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 6.0.0 to 6.1.1 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 6.0.0 to 6.1.1. - [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/v6.0.0...v6.1.1) --- updated-dependencies: - dependency-name: syrupy dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87893ca..2d8dad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "filelock==3.32.5", "pytest==9.1.1", "pytest-xdist==3.8.0", - "syrupy==6.0.0" + "syrupy==6.1.1" ] lint = [ "ruff==0.16.6" diff --git a/uv.lock b/uv.lock index 20ac55b..b8d7f07 100644 --- a/uv.lock +++ b/uv.lock @@ -345,7 +345,7 @@ coverage = [ { name = "pytest", specifier = "==9.1.1" }, { name = "pytest-cov", specifier = "==7.1.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, - { name = "syrupy", specifier = "==6.0.0" }, + { name = "syrupy", specifier = "==6.1.1" }, ] dev = [ { name = "codespell", specifier = "==2.4.3" }, @@ -357,7 +357,7 @@ dev = [ { name = "pytest-cov", specifier = "==7.1.0" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.16.6" }, - { name = "syrupy", specifier = "==6.0.0" }, + { name = "syrupy", specifier = "==6.1.1" }, ] lint = [{ name = "ruff", specifier = "==0.16.6" }] spell-check = [{ name = "codespell", specifier = "==2.4.3" }] @@ -365,14 +365,14 @@ tests = [ { name = "filelock", specifier = "==3.32.5" }, { name = "pytest", specifier = "==9.1.1" }, { name = "pytest-xdist", specifier = "==3.8.0" }, - { name = "syrupy", specifier = "==6.0.0" }, + { name = "syrupy", specifier = "==6.1.1" }, ] type-check = [ { name = "filelock", specifier = "==3.32.5" }, { name = "mypy", specifier = "==2.3.1" }, { name = "pytest", specifier = "==9.1.1" }, { name = "pytest-xdist", specifier = "==3.8.0" }, - { name = "syrupy", specifier = "==6.0.0" }, + { name = "syrupy", specifier = "==6.1.1" }, ] [[package]] @@ -1053,14 +1053,14 @@ wheels = [ [[package]] name = "syrupy" -version = "6.0.0" +version = "6.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d2/a7/3c797c76994dc817582abdda90ee31867a9883567b0add47dbc0ccb12ce4/syrupy-6.0.0.tar.gz", hash = "sha256:bf4f5f662a7b23a9e5711bd5597e301cd09c00f31be5fa4095f79da7b0585f3d", size = 99435, upload-time = "2026-08-22T20:48:39.493Z" } +sdist = { url = "https://files.pythonhosted.org/packages/74/2c/8ffc1414d1951895d0d5b7dc83c0b079ebc48c3bf27ffbb0064646367500/syrupy-6.1.1.tar.gz", hash = "sha256:7e584a8df4ede6dd3c1c44a77f9edc46186b6767a73dea6f0083044946839a59", size = 109705, upload-time = "2026-09-13T20:25:21.599Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7c/ff/4d8ae6d6070ea73ee9d466701584a75db9586ce09de98f8f1b3276efad5f/syrupy-6.0.0-py3-none-any.whl", hash = "sha256:3efa16d767bd8614413cc20057552e4aec14428c6e5ea788c1f7e03047e8a5e4", size = 58047, upload-time = "2026-08-22T20:48:38.213Z" }, + { url = "https://files.pythonhosted.org/packages/2c/b5/bf2a8a335a6a813869dd482cedbcde252f582b5afbfe50eb78ec09962800/syrupy-6.1.1-py3-none-any.whl", hash = "sha256:6ac9ac6a42d70ae44156f5f157a9563b9bb8cc96dcf9364327f330463bff889a", size = 63436, upload-time = "2026-09-13T20:25:20.294Z" }, ] [[package]]