From c5e4955c82ff9f9c4b25f39219a64a8852ccf8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:11:24 +0000 Subject: [PATCH] build(deps-dev): bump syrupy from 4.9.1 to 5.1.0 Bumps [syrupy](https://github.com/syrupy-project/syrupy) from 4.9.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.9.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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ab714472..008985d5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3817,18 +3817,18 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] [[package]] name = "syrupy" -version = "4.9.1" +version = "5.1.0" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "syrupy-4.9.1-py3-none-any.whl", hash = "sha256:b94cc12ed0e5e75b448255430af642516842a2374a46936dd2650cfb6dd20eda"}, - {file = "syrupy-4.9.1.tar.gz", hash = "sha256:b7d0fcadad80a7d2f6c4c71917918e8ebe2483e8c703dfc8d49cdbb01081f9a4"}, + {file = "syrupy-5.1.0-py3-none-any.whl", hash = "sha256:95162d2b05e61ed3e13f117b88dfab7c58bd6f90e66ebbf918e8a77114ad51c5"}, + {file = "syrupy-5.1.0.tar.gz", hash = "sha256:df543c7aa50d3cf1246e83d58fe490afe5f7dab7b41e74ecc0d8d23ae19bd4b8"}, ] [package.dependencies] -pytest = ">=7.0.0,<9.0.0" +pytest = ">=8.0.0" [[package]] name = "threadpoolctl" @@ -4503,4 +4503,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12,<3.14" -content-hash = "a092187912a9350c76378593b1fee642fdc15db280be35d9f78e228b27c334df" +content-hash = "36cdb86227351864678716caa997664d3887112430d6c250932e01446b02ad5b" diff --git a/pyproject.toml b/pyproject.toml index 6e5cd19a5..571250d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ xxhash = "^3.4.1" [tool.poetry.group.dev.dependencies] pytest = ">=7.2.1,<9.0.0" pytest-cov = ">=4,<8" -syrupy = "^4.6.0" +syrupy = ">=4.6,<6.0" torch = [ # Install the CUDA version on Windows. Projects that depend on us always get their dependencies from PyPI, so # there's no point moving this to the main dependencies section.