Skip to content

Commit

Permalink
Upgrade coverage to 7.2.7
Browse files Browse the repository at this point in the history
We received error messages in older version of the coverage so we
upgrade to the latest one, coverage 7.2.7, which still supports Python
3.7.

See this run for more details:
https://github.com/Parquery/icontract/actions/runs/9779072024/job/26997391256?pr=292
  • Loading branch information
mristin committed Jul 5, 2024
1 parent 8bf76f3 commit f9dfb11
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 @@ -57,7 +57,7 @@
'pylint==2.17.5;python_version>="3.7"',
"tox>=3.0.0",
"pydocstyle>=6.3.0,<7",
"coverage>=4.5.1,<5",
"coverage>=7.2.7,<8",
"docutils>=0.14,<1",
"pygments>=2.2.0,<3",
"dpcontracts==0.6.0",
Expand Down

0 comments on commit f9dfb11

Please sign in to comment.