aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-21 08:24:06 +0000
committerGravatar GitHub <[email protected]>2023-05-21 08:24:06 +0000
commitbe9518d33d3fa6e5196aec99c5455a5e0e6eb59b (patch)
tree1f8cf9b43e16d234dd4f244160ad0124e9649ce2
parentMerge pull request #2602 from python-discord/dependabot/pip/tldextract-3.4.4 (diff)
Bump pytest-xdist from 3.2.1 to 3.3.1
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.1 to 3.3.1. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-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 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"