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 51 #74

Closed
wants to merge 41 commits into from
Closed
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
c626bfd
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Dec 24, 2018
be6dd15
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Dec 24, 2018
ca17648
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Dec 24, 2018
88b4d0a
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 24, 2018
57a860a
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 24, 2018
7e5b136
Update cython from 0.28.5 to 0.29.2
pyup-bot Dec 24, 2018
53dba71
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 24, 2018
10e3bf6
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 24, 2018
6b21772
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Dec 24, 2018
2a2527f
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 24, 2018
60e221d
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 24, 2018
a7db6e9
Update pylint from 2.1.1 to 2.2.2
pyup-bot Dec 24, 2018
2ce0056
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 24, 2018
f5648af
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 24, 2018
6b8bb73
Update coverage from 4.5.1 to 4.5.2
pyup-bot Dec 24, 2018
37a2818
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 24, 2018
9356037
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 24, 2018
47b0cac
Update pytest from 3.7.4 to 4.0.2
pyup-bot Dec 24, 2018
147a8b0
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 24, 2018
de116a1
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 24, 2018
69175a9
Update pytest-pylint from 0.12.3 to 0.13.0
pyup-bot Dec 24, 2018
82820fc
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 24, 2018
0be09dd
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 24, 2018
2624ec6
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Dec 24, 2018
f8dd13e
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 24, 2018
5bc0aef
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 24, 2018
3380aa3
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Dec 24, 2018
04296a4
Update astroid from 2.0.4 to 2.1.0
pyup-bot Dec 24, 2018
67b31e7
Update certifi from 2018.8.24 to 2018.11.29
pyup-bot Dec 24, 2018
2b426db
Update idna from 2.7 to 2.8
pyup-bot Dec 24, 2018
22ce50d
Update mypy from 0.620 to 0.650
pyup-bot Dec 24, 2018
385b730
Update psutil from 5.4.7 to 5.4.8
pyup-bot Dec 24, 2018
0d3e99a
Update py from 1.6.0 to 1.7.0
pyup-bot Dec 24, 2018
5daab40
Update requests from 2.19.1 to 2.21.0
pyup-bot Dec 24, 2018
b19fdd1
Update six from 1.11.0 to 1.12.0
pyup-bot Dec 24, 2018
0a58ad9
Update typed-ast from 1.1.0 to 1.1.1
pyup-bot Dec 24, 2018
441d8ff
Update urllib3 from 1.22 to 1.24.1
pyup-bot Dec 24, 2018
99d0a03
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Dec 24, 2018
5a0d4b3
Update markupsafe from 1.0 to 1.1.0
pyup-bot Dec 24, 2018
02f71b5
Update pygments from 2.2.0 to 2.3.1
pyup-bot Dec 24, 2018
94b62c0
Update pytz from 2018.5 to 2018.7
pyup-bot Dec 24, 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.2"
ghp-import = "==0.5.5"
Loading