Skip to content

Commit 23662e6

Browse files
pyup-botDEKHTIARJonathan
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on wednesday (#647)
* Pin pytest to latest version 3.6.0 * Update requirements.txt * Update stale.yml * Update CHANGELOG.md
1 parent d5bee51 commit 23662e6

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/stale.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ daysUntilClose: 15
66

77
# Issues with these labels will never be considered stale
88
exemptLabels:
9-
- feature_request
109
- bug
11-
- CI_Tool
1210
- discussion
13-
- documentation
1411
- enhancement
1512
- help_wanted
1613
- feature_request
17-
- tensorflow
18-
- wontfix
1914

2015
# Label to use when marking an issue as stale
2116
staleLabel:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ To release a new version, please update the changelog as followed:
114114
### Security
115115

116116
### Dependencies Update
117+
- Update pytest from 3.5.1 to 3.6.0 (by @DEKHTIARJonathan and @pyup-bot in #647)
117118

118119
### Contributors
119120
@lgarithm @DEKHTIARJonathan @2wins @One-sixth @zsdonghao

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
keras>=2.1,<2.2
22
pycodestyle>=2.4,<2.5
33
pydocstyle>=2.1,<2.2
4-
pytest>=3.5,<3.6
4+
pytest>=3.6,<3.7
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.6
77
pytest-xdist>=1.22,<1.23

0 commit comments

Comments
 (0)