diff --git a/poetry.lock b/poetry.lock index e2698335da..a5faa7b790 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 = "adyen" @@ -3564,13 +3564,13 @@ pytest = ">=3.6.3" [[package]] name = "pytest-xdist" -version = "3.3.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.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, - {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, + {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] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "79eb02a8f95e5640b6b3eb0b87034a3e8e5bfd5d9215c69435f7a6cf03a5336a" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..0d80e2c237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ documentation = "https://docs.saleor.io/" pytest-mock = "^3.6.1" pytest-recording = "^0.13.0" pytest-socket = "^0.6.0" - pytest-xdist = "^3.0.2" + pytest-xdist = "^3.5.0" pywatchman = "^1.4.1" ruff = "^0.1.3" semgrep = ">=1.34.0"