diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 5a6f2a15a..ca63f651d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1554,14 +1554,14 @@ pytest = ">=7.0" [[package]] name = "pytest-xdist" -version = "3.2.1" +version = "3.3.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.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, - {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, + {file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, + {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, ] [package.dependencies] @@ -2290,4 +2290,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "042f0d95da21dcd40821faa497924f11bf037531058bded14e1625bed93fdb53" +content-hash = "1cf7c46754e90dfb5de840702716d01612b96f5ff5cee443373c6bb4124658ac" diff --git a/pyproject.toml b/pyproject.toml index 257c2033b..ba9edfe05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pip-licenses = "4.3.1" pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.11.0" -pytest-xdist = "3.2.1" +pytest-xdist = "3.3.1" ruff = "0.0.265" taskipy = "1.10.4" |