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.