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

Scheduled weekly dependency update for week 52 #75

Merged
merged 41 commits into from
Jan 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c2277b3
Update sphinx from 1.7.8 to 1.8.3
pyup-bot Dec 31, 2018
4cfe5b7
Update sphinx from 1.7.8 to 1.8.3
pyup-bot Dec 31, 2018
6b5c35a
Update sphinx from 1.7.8 to 1.8.3
pyup-bot Dec 31, 2018
255499c
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 31, 2018
afe1d75
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 31, 2018
dfaeb17
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 31, 2018
692b177
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 31, 2018
f56a3cb
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 31, 2018
2942f43
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 31, 2018
ad65906
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 31, 2018
199bd9a
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 31, 2018
4c1e08b
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 31, 2018
e27421b
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 31, 2018
86593ca
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 31, 2018
a8dbca7
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 31, 2018
903d4dc
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 31, 2018
0eaedfd
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 31, 2018
b3a6b28
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 31, 2018
f3365e4
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 31, 2018
027b4cb
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 31, 2018
64e97ae
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 31, 2018
7d24581
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 31, 2018
bafa328
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 31, 2018
d738bf8
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 31, 2018
8e6b4b7
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 31, 2018
80f6a68
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 31, 2018
55cfd3e
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 31, 2018
d8d5e27
Update astroid from 2.0.4 to 2.1.0
pyup-bot Dec 31, 2018
7d9652c
Update certifi from 2018.8.24 to 2018.11.29
pyup-bot Dec 31, 2018
91e86f6
Update idna from 2.7 to 2.8
pyup-bot Dec 31, 2018
ba98202
Update mypy from 0.620 to 0.650
pyup-bot Dec 31, 2018
b2932fd
Update psutil from 5.4.7 to 5.4.8
pyup-bot Dec 31, 2018
1935569
Update py from 1.6.0 to 1.7.0
pyup-bot Dec 31, 2018
4711468
Update requests from 2.19.1 to 2.21.0
pyup-bot Dec 31, 2018
593ac98
Update six from 1.11.0 to 1.12.0
pyup-bot Dec 31, 2018
5d647b8
Update typed-ast from 1.1.0 to 1.1.1
pyup-bot Dec 31, 2018
c25d28e
Update urllib3 from 1.22 to 1.24.1
pyup-bot Dec 31, 2018
b769bc0
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Dec 31, 2018
d40d58a
Update markupsafe from 1.0 to 1.1.0
pyup-bot Dec 31, 2018
ace2fb0
Update pygments from 2.2.0 to 2.3.1
pyup-bot Dec 31, 2018
b2a0ed1
Update pytz from 2018.5 to 2018.7
pyup-bot Dec 31, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ name = "pypi"

[packages]

cython = "==0.28.5"
pydocstyle = "==2.1.1"
pylint = "==2.1.1"
cython = "==0.29.2"
pydocstyle = "==3.0.0"
pylint = "==2.2.2"
mypy-lang = "==0.5.0"
coverage = "==4.5.1"
pytest = "==3.7.4"
pytest-pylint = "==0.12.3"
coverage = "==4.5.2"
pytest = "==4.0.2"
pytest-pylint = "==0.13.0"
pytest-mypy = "==0.3.2"
pytest-cov = "==2.5.1"
pytest-cov = "==2.6.0"
pytest-runner = "==4.2"
coveralls = "==1.5.0"
coveralls = "==1.5.1"


[dev-packages]

sphinx = "==1.7.8"
sphinx = "==1.8.3"
ghp-import = "==0.5.5"
Loading