Skip to content

Commit f1e7d01

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on tuesday (#820)
* Pin pytest-cov to latest version 2.6.0 * Update requirements_test.txt * Update CHANGELOG.md
1 parent efa60c0 commit f1e7d01

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ To release a new version, please update the changelog as followed:
8383

8484
### Dependencies Update
8585
- autopep8>=1.3,<1.4 => autopep8>=1.3,<1.5 (PR #815)
86+
- pytest-cov>=2.5,<2.6 => pytest-cov>=2.5,<2.7 (PR #820)
8687

8788
### Contributors
8889

89-
- @DEKHTIARJonathan: #815
90+
- @DEKHTIARJonathan: #815 #820
9091

9192
## [1.10.0] - 2018-09-02
9293

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pycodestyle>=2.0,<2.5
33
pydocstyle>=2.1,<2.2
44
pytest>=3.6,<3.8
55
pytest-cache>=1.0,<1.1
6-
pytest-cov>=2.5,<2.6
6+
pytest-cov>=2.5,<2.7
77
pytest-xdist>=1.22,<1.24
88
sphinx>=1.7,<1.8
99
yapf>=0.22,<0.24

0 commit comments

Comments
 (0)