Skip to content

Commit

Permalink
Update pytest requirement from <7.2,>=6.2.5 to >=6.2.5,<7.3 (#1222)
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.2.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 17, 2022
1 parent 67a9b23 commit 678ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_path(fname):

test_requirements = [
"django-functest>=1.2,<1.6",
"pytest>=6.2.5,<7.2",
"pytest>=6.2.5,<7.3",
"pytest-django",
"pytest-cov",
"coverage",
Expand Down

0 comments on commit 678ab24

Please sign in to comment.