diff --git a/poetry.lock b/poetry.lock index 18d34ffc..e7ca72e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -966,18 +966,18 @@ files = [ [[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 = "typing-extensions" @@ -997,7 +997,7 @@ version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, @@ -1052,4 +1052,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "a06873d801d14aa9d3bc6dcf15ac3a6d17f8bd15346f5716640346bab99d33bc" +content-hash = "140e8e19a4fb117fcfa71521945b2a1d1d2b19300dcfd74c60fe21a7f9022ffc" diff --git a/pyproject.toml b/pyproject.toml index 2a305e9b..f356720c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ griffe = ">=0.47.0,<0.49" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.3,<9.0.0" pytest-cov = ">=4,<8" -syrupy = "^4.6.0" +syrupy = ">=4.6,<6.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.3"