From 03b95aaf2d381632a501785a0b25d019bf7c79b5 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 04:01:27 +0000 Subject: [PATCH] chore: Update dependency syrupy to v4 --- crates/python/poetry.lock | 2 +- crates/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/python/poetry.lock b/crates/python/poetry.lock index 6c2679056..e96045d7b 100644 --- a/crates/python/poetry.lock +++ b/crates/python/poetry.lock @@ -529,4 +529,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "52cf69b189260044546aed90a42b51c72173bf6253ed35008a078aee9bb60e68" +content-hash = "fcea0c3f2c727a6df69a2903531940928355296c0474cf04d169ceb4200264b3" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index 42d888f60..e70c5b401 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -51,7 +51,7 @@ maturin = "^1.2.3" pytest = "^7.1.3" pytest-asyncio = "^0.19.0" black = "^22.8.0" -syrupy = "^3.0.6" +syrupy = "^3.0.6 || ^4.0.0" mypy = "^1.4.1" pdoc = "^14.1.0"