aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 9e401d98c..39ae7727f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1606,13 +1606,13 @@ pytest = ">=7.0"
[[package]]
name = "pytest-xdist"
-version = "3.3.1"
+version = "3.4.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.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"},
+ {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"},
]
[package.dependencies]
@@ -2342,4 +2342,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "698c2cb41d0357ddb1249bae6f59f159f2f012b58e790cf1f1c62166d6875a9d"
+content-hash = "ceec1b5d005c601b50088308cd7ff5574c97f86a9240afdac63568ecc7f4a85c"
diff --git a/pyproject.toml b/pyproject.toml
index 17e0d896d..0b0b6267c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ pip-licenses = "4.3.3"
pytest = "7.4.3"
pytest-cov = "4.1.0"
pytest-subtests = "0.11.0"
-pytest-xdist = "3.3.1"
+pytest-xdist = "3.4.0"
ruff = "0.1.5"
taskipy = "1.12.0"