diff --git a/{{cookiecutter.package_name}}/poetry.lock b/{{cookiecutter.package_name}}/poetry.lock index 9ee9257..0059cbb 100644 --- a/{{cookiecutter.package_name}}/poetry.lock +++ b/{{cookiecutter.package_name}}/poetry.lock @@ -1216,14 +1216,14 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.1.0" +version = "3.2.0" 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.0.tar.gz", hash = "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9"}, + {file = "pytest_xdist-3.2.0-py3-none-any.whl", hash = "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68"}, ] [package.dependencies] @@ -1701,4 +1701,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9546f8d68a4f9d6b1fce347b81486e62b0bb96b728d0a1fe6f89bf0735cbb1f9" +content-hash = "ec7e56f263781fc7af681993354ead51587d6bc8ad25db25ff65ad4c6bcf8f9e" diff --git a/{{cookiecutter.package_name}}/pyproject.toml b/{{cookiecutter.package_name}}/pyproject.toml index abc3b00..15ec5a0 100644 --- a/{{cookiecutter.package_name}}/pyproject.toml +++ b/{{cookiecutter.package_name}}/pyproject.toml @@ -29,7 +29,7 @@ pytest = "^7.2.1" pytest-cov = "^4.0" pytest-mock = "^3.1.0" pytest-randomly = "^3.0" -pytest-xdist = "^3.1.0" +pytest-xdist = "^3.2.0" sphinx = "^5.3.0" tox = "^4.4.4" black = "^22.12"