Skip to content

Commit

Permalink
Update pytest requirement from ~=6.2.4 to >=6.2.4,<7.2.0 (#1979)
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.4...7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: C. Titus Brown <titus@idyll.org>
  • Loading branch information
dependabot[bot] and ctb authored Apr 25, 2022
1 parent 511f04f commit ae2377a
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 @@ -56,7 +56,7 @@ where = src
# this syntax may change in the future
[options.extras_require]
test =
pytest~=6.2.4
pytest>=6.2.4,<7.2.0
pytest-cov~=2.12
recommonmark
hypothesis
Expand Down

0 comments on commit ae2377a

Please sign in to comment.