Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Scheduled weekly dependency update for week 13 (#55)
Browse files Browse the repository at this point in the history
* 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
pyup-bot authored and wdv4758h committed Apr 6, 2018
1 parent 671acbf commit 69078c5
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 78 deletions.
14 changes: 7 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ name = "pypi"

[packages]

cython = "==0.27.3"
cython = "==0.28.1"
pydocstyle = "==2.1.1"
pylint = "==1.8.2"
pylint = "==1.8.3"
mypy-lang = "==0.5.0"
coverage = "==4.5.1"
pytest = "==3.4.1"
pytest-pylint = "==0.8.0"
pytest = "==3.5.0"
pytest-pylint = "==0.9.0"
pytest-mypy = "==0.3.0"
pytest-cov = "==2.5.1"
pytest-runner = "==4.0"
coveralls = "==1.2.0"
pytest-runner = "==4.2"
coveralls = "==1.3.0"


[dev-packages]

sphinx = "==1.7.1"
sphinx = "==1.7.2"
ghp-import = "==0.5.5"
124 changes: 60 additions & 64 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements-docs.txt
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
12 changes: 6 additions & 6 deletions requirements.txt
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

0 comments on commit 69078c5

Please sign in to comment.