Skip to content

Commit

Permalink
Merge pull request #38 from webis-de/dependabot/pip/pytest-cov-gte-4-…
Browse files Browse the repository at this point in the history
…and-lt-6

Update pytest-cov requirement from ~=4.0 to >=4,<6
  • Loading branch information
janheinrichmerker authored Mar 27, 2024
2 parents f632482 + 72c6a72 commit 1b2f6e6
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 @@ -53,7 +53,7 @@ test =[
"flake8>=6.1,<8.0",
"pylint~=3.0",
"pytest>=7.2,<9.0",
"pytest-cov~=4.0",
"pytest-cov>=4,<6",
]
examples =[
"jupyter~=1.0",
Expand Down

0 comments on commit 1b2f6e6

Please sign in to comment.