diff --git a/crates/python/poetry.lock b/crates/python/poetry.lock index 6c267905..e96045d7 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 42d888f6..e70c5b40 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"