diff --git a/poetry.lock b/poetry.lock index a50466e0a..075d5dfe8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3815,18 +3815,18 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] [[package]] name = "syrupy" -version = "4.9.1" +version = "5.0.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.0.0-py3-none-any.whl", hash = "sha256:c848e1a980ca52a28715cd2d2b4d434db424699c05653bd1158fb31cf56e9546"}, + {file = "syrupy-5.0.0.tar.gz", hash = "sha256:3282fe963fa5d4d3e47231b16d1d4d0f4523705e8199eeb99a22a1bc9f5942f2"}, ] [package.dependencies] -pytest = ">=7.0.0,<9.0.0" +pytest = ">=8.0.0" [[package]] name = "threadpoolctl" @@ -4501,4 +4501,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12,<3.14" -content-hash = "800f853bf3ea1ac11841ef78927a27493bde0b25cb75ae356bfe05cff00aca64" +content-hash = "dd0596bc273caf9215cb9d70dcb1c5a1ac47c4ab29c29618f8ee6867c85d2009" diff --git a/pyproject.toml b/pyproject.toml index 7019b5c5d..66f2e69ad 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.