Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
35fef6b
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 12, 2018
ef52386
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 12, 2018
585d61e
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 12, 2018
f8b760b
Update cython from 0.28.5 to 0.29
pyup-bot Nov 12, 2018
699fd26
Update cython from 0.28.5 to 0.29
pyup-bot Nov 12, 2018
58f66b4
Update cython from 0.28.5 to 0.29
pyup-bot Nov 12, 2018
711e6b5
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 12, 2018
92fc5a2
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 12, 2018
0ec266e
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 12, 2018
f240f75
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 12, 2018
cf005aa
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 12, 2018
6881bcb
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 12, 2018
c99cc59
Update pytest from 3.7.4 to 3.10.1
pyup-bot Nov 12, 2018
8986764
Update pytest from 3.7.4 to 3.10.1
pyup-bot Nov 12, 2018
77ed644
Update pytest from 3.7.4 to 3.10.1
pyup-bot Nov 12, 2018
c4b1d62
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 12, 2018
f041d85
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 12, 2018
1f03e54
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 12, 2018
815bf7b
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 12, 2018
e2a82a8
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 12, 2018
70d5e49
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 12, 2018
cc79363
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Nov 12, 2018
fa15910
Update mypy from 0.620 to 0.641
pyup-bot Nov 12, 2018
ba2f544
Update psutil from 5.4.7 to 5.4.8
pyup-bot Nov 12, 2018
44b31d3
Update py from 1.6.0 to 1.7.0
pyup-bot Nov 12, 2018
5965733
Update requests from 2.19.1 to 2.20.1
pyup-bot Nov 12, 2018
45eab61
Update urllib3 from 1.22 to 1.24.1
pyup-bot Nov 12, 2018
eefc43f
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Nov 12, 2018
37b907b
Update markupsafe from 1.0 to 1.1.0
pyup-bot Nov 12, 2018
1b589de
Update pytz from 2018.5 to 2018.7
pyup-bot Nov 12, 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
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.28.5"
pydocstyle = "==2.1.1"
cython = "==0.29"
pydocstyle = "==3.0.0"
pylint = "==2.1.1"
mypy-lang = "==0.5.0"
coverage = "==4.5.1"
pytest = "==3.7.4"
coverage = "==4.5.2"
pytest = "==3.10.1"
pytest-pylint = "==0.12.3"
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