Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #35 from CSCfi/dependabot/pip/coverage-5.5
Browse files Browse the repository at this point in the history
Bump coverage from 4.5.4 to 5.5
  • Loading branch information
teemukataja committed Mar 17, 2021
2 parents 69bfa20 + 8a0cc54 commit a8df823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
install_requires=["aiohttp", "gunicorn", "uvloop", "authlib", "aiocache"],
extras_require={
"test": [
"coverage==4.5.4",
"coverage==5.5",
"pytest<6.3",
"pytest-cov",
"coveralls",
Expand Down

0 comments on commit a8df823

Please sign in to comment.