Skip to content

Commit

Permalink
Merge pull request #271 from CSCfi/dependabot/pip/develop/coverage-6.0.2
Browse files Browse the repository at this point in the history
Bump coverage from 6.0.1 to 6.0.2
  • Loading branch information
blankdots authored Oct 18, 2021
2 parents 5d5f488 + d0859d7 commit 3ffe06a
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 @@ -29,7 +29,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=requirements,
extras_require={
"test": ["coverage==6.0.1", "pytest==6.2.5", "pytest-cov==3.0.0", "tox==3.24.4"],
"test": ["coverage==6.0.2", "pytest==6.2.5", "pytest-cov==3.0.0", "tox==3.24.4"],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"],
},
package_data={
Expand Down

0 comments on commit 3ffe06a

Please sign in to comment.