Skip to content

Commit

Permalink
Update pytest requirement from <7.4.0,>=5.1.2 to >=5.1.2,<7.5.0 (#289)
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@5.1.2...7.4.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] committed Jun 30, 2023
1 parent 71b187b commit d0f25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addopts = --verbose

[options.extras_require]
test =
pytest>=5.1.2,<7.4.0
pytest>=5.1.2,<7.5.0
pytest-cov
pytest-dependency
sourmash>=4.8.0,<5

0 comments on commit d0f25bd

Please sign in to comment.