Skip to content

Commit

Permalink
Update coverage requirement from <7.6,>=5.3 to >=5.3,<7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 106a257 commit 06ec9a2
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 @@ -46,7 +46,7 @@ doc = [
"sphinxcontrib-mermaid>0.7,<0.10.0",
]
tests = [
"coverage>=5.3,<7.6", # Lets us track what code is being tested
"coverage>=5.3,<7.7", # Lets us track what code is being tested
"pre-commit>=2.9,<3.8", # Allow us to run pre-commit hooks in testing
"pytest>=6.2,<8.3", # test framework
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
Expand Down

0 comments on commit 06ec9a2

Please sign in to comment.