This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduled weekly dependency update for week 13 (#55)
* Update sphinx from 1.7.1 to 1.7.2 * Update cython from 0.27.3 to 0.28.1 * Update pylint from 1.8.2 to 1.8.3 * Update pytest from 3.4.1 to 3.5.0 * Update pytest-pylint from 0.8.0 to 0.9.0 * Update pytest-runner from 4.0 to 4.2 * Update coveralls from 1.2.0 to 1.3.0 * Update astroid from 1.6.1 to 1.6.2 * Update mypy from 0.560 to 0.580 * Update py from 1.5.2 to 1.5.3
- Loading branch information
Showing
4 changed files
with
74 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sphinx==1.7.1 | ||
sphinx==1.7.2 | ||
ghp-import==0.5.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# pip | ||
# wheel | ||
|
||
cython==0.27.3 | ||
cython==0.28.1 | ||
|
||
# key components for improving Python project | ||
# we will install them on "Testing" section | ||
# but let's lock version here and use bot to trigger each version update | ||
pydocstyle==2.1.1 | ||
pylint==1.8.2 | ||
pylint==1.8.3 | ||
# flake8==3.4.1 | ||
mypy-lang==0.5.0 | ||
coverage==4.5.1 | ||
|
||
# Testing | ||
pytest==3.4.1 | ||
pytest==3.5.0 | ||
# pytest-flake8==0.8.1 # pytest plugin of flake8 | ||
pytest-pylint==0.8.0 # pytest plugin of pylint | ||
pytest-pylint==0.9.0 # pytest plugin of pylint | ||
pytest-mypy==0.3.0 # pytest plugin of mypy | ||
pytest-cov==2.5.1 # testing coverage | ||
pytest-runner==4.0 # add setup.py test support for pytest | ||
pytest-runner==4.2 # add setup.py test support for pytest | ||
|
||
coveralls==1.2.0 | ||
coveralls==1.3.0 |