diff --git a/poetry.lock b/poetry.lock index b9d784014..8a344bc04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aniso8601" @@ -1895,13 +1895,13 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.2.1" +version = "3.5.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, - {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, + {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, + {file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, ] [package.dependencies] @@ -2626,4 +2626,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e8528946a5b921b90f3a849b65830a3db8e15194957c39cbd95264a05b5d03d2" +content-hash = "50b0db636a1b0360467791c32b954efc293207718b24b08f4a78f6a700989ed9" diff --git a/pyproject.toml b/pyproject.toml index 22a780ea1..bcd2a50ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pytest-factoryboy = "2.5.1" pytest-freezegun = "0.4.2" pytest-mock = "3.10.0" pytest-randomly = "3.12.0" -pytest-xdist = "3.2.1" +pytest-xdist = "3.5.0" python-semantic-release = "7.33.3" requests-mock = "1.10.0" reuse = "1.1.2"