Skip to content

Commit

Permalink
Update coverage requirement from <6.4,>=5.1 to >=5.1,<6.5
Browse files Browse the repository at this point in the history
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.1...6.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sasha0 committed Jul 8, 2022
1 parent 44e815e commit 4f7c83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8>=3.9,<4.1
isort>=5.9,<5.11

# Testing
coverage>=5.1,<6.4
coverage>=5.1,<6.5
django-webtest>=1.9,<1.10
factory-boy>=3.2,<3.3
pinocchio==0.4.3
Expand Down

0 comments on commit 4f7c83c

Please sign in to comment.