aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-23 07:02:12 +0000
committerGravatar GitHub <[email protected]>2023-11-23 07:02:12 +0000
commit3b70dc8c369ab4af666b194d3f4f8c5c7e204098 (patch)
tree85afad7b6c7e3c545e0ea1d6c9688a4e7e38f14c
parentBump sentry-sdk from 1.35.0 to 1.36.0 (#2821) (diff)
Bump pytest-xdist from 3.4.0 to 3.5.0 (#2823)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 7fad7346d..4156fb67f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1606,13 +1606,13 @@ pytest = ">=7.0"
[[package]]
name = "pytest-xdist"
-version = "3.4.0"
+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.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"},
- {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"},
+ {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]
@@ -2342,4 +2342,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "22471b3fd6c08f0d54cb6339ffa1907204e4158f8f612b1bd577382e01ca37cb"
+content-hash = "93a5177a2bf8eef5f43929f28f5afd3fde5ad46e7b4ac91150490a67e24c48ac"
diff --git a/pyproject.toml b/pyproject.toml
index b869f2ebe..42c41c695 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.4.0"
+pytest-xdist = "3.5.0"
ruff = "0.1.5"
taskipy = "1.12.0"