Skip to content

Commit

Permalink
build(deps-dev): update pytest requirement from ^6.2.5 to ^7.0.0 (#8)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.2.5...7.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
...

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 Feb 7, 2022
1 parent eed54ca commit 96d4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sphinxcontrib-napoleon = {version = "^0.7", optional = true}
[tool.poetry.dev-dependencies]
gitlint = "^0.17.0"
pylint = "^2.12.2"
pytest = "^6.2.5"
pytest = "^7.0.0"
pytest-cov = "^3.0.0"
pytest-xdist = {extras = ["psutil"], version = "^2.5.0"}
pre-commit = "^2.16.0"
Expand Down

0 comments on commit 96d4441

Please sign in to comment.