diff --git a/crates/python/poetry.lock b/crates/python/poetry.lock index c673565fc..1057769d4 100644 --- a/crates/python/poetry.lock +++ b/crates/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "attrs" @@ -340,4 +340,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8d3949abebf19c6aeb6e121cabd530fd4b827d5d6242a571e063cbc68fff1d8f" +content-hash = "fffb2b4f8dd830b022671348f01e0749f92b3cf8f89d21081a5ebfa05479a564" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index 760b7d563..b3c3ec457 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -49,7 +49,7 @@ maturin = "^0.13.2" pytest = "^7.1.3" pytest-asyncio = "^0.19.0" black = "^22.8.0" -syrupy = "^3.0.6" +syrupy = "^3.0.6 || ^4.0.0" [tool.black] line-length = 120