Skip to content

Commit 6c4e80f

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on sunday (#866)
* Pin pydocstyle to latest version 3.0.0 * Pin pydocstyle to latest version 3.0.0 * Update requirements_doc.txt * Update requirements_test.txt * Update CHANGELOG.md
1 parent 27d7962 commit 6c4e80f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To release a new version, please update the changelog as followed:
9393
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
9494
- tensorflow>=1.6,<1.11 => tensorflow>=1.6,<1.12 (PR #853)
9595
- tqdm>=4.23,<4.26 => tqdm>=4.23,<4.27 (PR #862)
96+
- pydocstyle>=2.1,<2.2 => pydocstyle>=2.1,<3.1 (PR #866)
9697

9798
### Deprecated
9899

requirements/requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flake8-docstrings>=1.3,<1.4
22
pycodestyle>=2.0,<2.5
3-
pydocstyle>=2.1,<2.2
3+
pydocstyle>=2.1,<3.1
44
sphinx>=1.7,<1.9
55
sphinx_rtd_theme>=0.4,<0.5
66
wrapt>=1.10,<1.11

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
keras>=2.2,<2.3
22
pycodestyle>=2.0,<2.5
3-
pydocstyle>=2.1,<2.2
3+
pydocstyle>=2.1,<3.1
44
pytest>=3.6,<3.9
55
pytest-cache>=1.0,<1.1
66
pytest-cov>=2.5,<2.7

0 commit comments

Comments
 (0)