summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-15 14:21:05 +0000
committerGitHub <noreply@github.com>2023-05-15 14:21:05 +0000
commitf168ad1fa902ddcb024b9824993d250d5d1348ff (patch)
treebcfcfbd253169043d054128705599cbfe61866bb
parent2c9d58563aa8268cdcb2ffa3e72d0776b3cf01ee (diff)
downloadpylint-git-f168ad1fa902ddcb024b9824993d250d5d1348ff.tar.gz
Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#8690)
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index 8a42362bf..662c73895 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -5,7 +5,7 @@ tbump~=6.9.0
contributors-txt>=1.0.0
pytest-cov~=4.0
pytest-profiling~=1.7
-pytest-xdist~=3.2
+pytest-xdist~=3.3
six
# Type packages for mypy
types-pkg_resources==0.1.3