diff --git a/poetry.lock b/poetry.lock index b85d151..b5b9771 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,16 +1,5 @@ # This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. -[[package]] -name = "atomicwrites" -version = "1.4.1" -description = "Atomic file writes." -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -groups = ["test"] -files = [ - {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, -] - [[package]] name = "attrs" version = "24.2.0" @@ -534,21 +523,20 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-golden" -version = "0.2.2" +version = "1.0.1" description = "Plugin for pytest that offloads expected outputs to data files" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.9" groups = ["test"] files = [ - {file = "pytest-golden-0.2.2.tar.gz", hash = "sha256:54e6f317a533758e6dcc96e6ef9457c610ae1c9db53575686a303f3ef7ad1e35"}, - {file = "pytest_golden-0.2.2-py3-none-any.whl", hash = "sha256:2e43a45244d16ab5ac8bbd72e26f28d2c9a24440f2fbdb26940e46fed505e5c0"}, + {file = "pytest_golden-1.0.1-py3-none-any.whl", hash = "sha256:189abdbf61bad53423db5a9005390c1f96cc1aa404e39f2cbeea8a229a17b99b"}, + {file = "pytest_golden-1.0.1.tar.gz", hash = "sha256:968d01ab05d330fa10b310545fe8fd9aeb75d3a5b9a513fdbe91b89230b68938"}, ] [package.dependencies] -atomicwrites = ">=1.4.0,<2.0.0" pytest = ">=6.1.2" -"ruamel.yaml" = ">=0.16.12,<1.0" -testfixtures = ">=6.15.0,<7.0.0" +ruamel-yaml = ">=0.16.12,<1.0" +testfixtures = ">=6.15.0" [[package]] name = "pytest-xdist" @@ -818,4 +806,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "a9dc79c1c532790df45579af11b4121e2cc835c00372381ae277b416187820f7" +content-hash = "e33e3e167a6b6b42bfaa9e93575a4680f3f53237b47361e4c0e25b46e12720fe" diff --git a/pyproject.toml b/pyproject.toml index 90326b1..dc5e0f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ coveralls = "^3.3.1" hypothesis = "^6.70.0" pytest = ">=7.2.0,<9.0.0" pytest-cov = ">=4,<6" -pytest-golden = "^0.2.2" +pytest-golden = ">=0.2.2,<1.1.0" pytest-xdist = {extras = ["psutil"], version = "^3.2.1"} [tool.poetry.scripts]