Skip to content

Commit

Permalink
Update pytest-cov from 2.6.1 to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored and ahawker committed May 3, 2019
1 parent e6c3fe2 commit ae73807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==4.5.3

pytest<3.3.0; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pytest==4.4.1; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
pytest-cov==2.6.1
pytest-cov==2.7.1
pytest-mock==1.6.3; python_version < '2.7' or (python_version > '3.0' and python_version < '3.4') # pyup: ignore
pytest-mock==1.10.4; (python_version > '2.7' and python_version < '3.0') or python_version >= '3.4'
pytest-pep8==1.0.6

0 comments on commit ae73807

Please sign in to comment.