summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-13 14:25:44 +0000
committerGitHub <noreply@github.com>2023-05-13 14:25:44 +0000
commit05900ddc6e3860af3517b0e351bc841f46732f1a (patch)
tree52f6373a11611b6255758daf26891f2a059d03a8
parent2eeb3396d3c40774f782ff2d68960f4871d812d2 (diff)
downloadcryptography-05900ddc6e3860af3517b0e351bc841f46732f1a.tar.gz
Bump pytest-xdist from 3.2.1 to 3.3.0 (#8920)
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.1 to 3.3.0. - [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.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--ci-constraints-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt
index f6bea11e3..fff8548b7 100644
--- a/ci-constraints-requirements.txt
+++ b/ci-constraints-requirements.txt
@@ -123,7 +123,7 @@ pytest-cov==4.0.0
# via cryptography (pyproject.toml)
pytest-randomly==3.12.0
# via cryptography (pyproject.toml)
-pytest-xdist==3.2.1
+pytest-xdist==3.3.0
# via cryptography (pyproject.toml)
readme-renderer==37.3
# via twine