diff --git a/poetry.lock b/poetry.lock index 33d1358a3..2fb2e8fe6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "appnope" @@ -1091,14 +1091,14 @@ num = ["numpy", "pandas"] [[package]] name = "pytest-xdist" -version = "3.1.0" +version = "3.2.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.1.0.tar.gz", hash = "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c"}, - {file = "pytest_xdist-3.1.0-py3-none-any.whl", hash = "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89"}, + {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, + {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, ] [package.dependencies] @@ -1507,4 +1507,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "ddc808e77dc10ac4d6e9a373becc1090d35fe5234f0c02c8ec00415d36148e8e" +content-hash = "d11b458fff25628d9d89b0afd7c125aa52a20b17a3b8f91d3d1f13c66cc22204" diff --git a/pyproject.toml b/pyproject.toml index 0f98f5794..c370695dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ types-termcolor = "^0.1.1" mkdocs = "^1.0" mkdocs-material = "^8.5.11" pydocstyle = "^5.0.2" -pytest-xdist = "^3.1.0" +pytest-xdist = "^3.2.1" [tool.poetry.scripts] cz = "commitizen.cli:main"