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 15 (#57)
Browse files Browse the repository at this point in the history
* Update cython from 0.28.1 to 0.28.2
* Update pylint from 1.8.3 to 1.8.4
* Update astroid from 1.6.2 to 1.6.3
* Update mypy from 0.580 to 0.590
* Update psutil from 5.4.3 to 5.4.4
* Update pytz from 2018.3 to 2018.4
  • Loading branch information
pyup-bot authored and wdv4758h committed Apr 28, 2018
1 parent 69078c5 commit c5b1759
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 66 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name = "pypi"

[packages]

cython = "==0.28.1"
cython = "==0.28.2"
pydocstyle = "==2.1.1"
pylint = "==1.8.3"
pylint = "==1.8.4"
mypy-lang = "==0.5.0"
coverage = "==4.5.1"
pytest = "==3.5.0"
Expand Down
117 changes: 55 additions & 62 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# pip
# wheel

cython==0.28.1
cython==0.28.2

# 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.3
pylint==1.8.4
# flake8==3.4.1
mypy-lang==0.5.0
coverage==4.5.1
Expand Down

0 comments on commit c5b1759

Please sign in to comment.