Bump pytest-xdist from 3.3.1 to 3.4.0 in /test

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0.
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.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>
This commit is contained in:
dependabot[bot] 2023-11-18 10:55:23 +00:00 committed by GitHub
parent 5c68bc7a6e
commit a5dbe60fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ verify_ssl = true
[packages]
pytest = "==7.4.3"
pytest-xdist = "==3.3.1"
pytest-xdist = "==3.4.0"
pytest-testinfra = "==10.0.0"
black = "==23.11.0"

8
test/Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "4773959fb7646c0def4185f34ea1b04d56b7b5fad274370f013291012230dcae"
"sha256": "01d44ce8ca8a848c811304bca6e4810820a8f31ae7a6c6152ccc1469b9f1caf6"
},
"pipfile-spec": 6,
"requires": {
@ -141,12 +141,12 @@
},
"pytest-xdist": {
"hashes": [
"sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93",
"sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"
"sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832",
"sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"
],
"index": "pypi",
"markers": "python_version >= '3.7'",
"version": "==3.3.1"
"version": "==3.4.0"
}
},
"develop": {}