Skip to content

Commit

Permalink
Bump pytest-xdist from 3.3.1 to 3.4.0 (#3061)
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-xdist@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent e117131 commit b9aaab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ psycopg2-binary = { version = "~2.9", optional = true }
pytest = "~7.4"
pytest-cov = "~4.1"
pytest-django = "~4.6"
pytest-xdist = "~3.3"
pytest-xdist = "~3.4"
freezegun = "~1.2"
tox = "~4.11"
coverage = { version = "~7.3", extras = [ "toml" ] }
Expand Down

0 comments on commit b9aaab1

Please sign in to comment.