Skip to content

Commit

Permalink
pin coverage to 7.3.1 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed May 17, 2024
1 parent beb7649 commit 1ccb3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- black ==24.4.2
- blackdoc ==0.3.9
- bump-my-version >=0.18.3
- coverage >=6.2,<7.0
- coverage >=7.3.1
- coveralls >=3.3.1
- flake8 >=6.1.0
- flake8-rst-docstrings >=0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dev = [
"flake8-rst-docstrings >=0.3.0",
"flit >=3.9.0",
"tox >=4.5.1",
"coverage >=7.0.0,<8.0.0",
"coverage >=7.3.1",
"coveralls >=3.3.1",
"mypy",
"pytest >=7.3.1",
Expand Down

0 comments on commit 1ccb3e5

Please sign in to comment.