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
37e41af
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 19, 2018
7854cd7
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 19, 2018
cc196bd
Update sphinx from 1.7.8 to 1.8.2
pyup-bot Nov 19, 2018
3a3d7d9
Update cython from 0.28.5 to 0.29
pyup-bot Nov 19, 2018
e69017a
Update cython from 0.28.5 to 0.29
pyup-bot Nov 19, 2018
17b79da
Update cython from 0.28.5 to 0.29
pyup-bot Nov 19, 2018
83ef23a
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 19, 2018
3ed5aad
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 19, 2018
ad0c345
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Nov 19, 2018
5c67204
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 19, 2018
d501554
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 19, 2018
3901853
Update coverage from 4.5.1 to 4.5.2
pyup-bot Nov 19, 2018
67f7ca5
Update pytest from 3.7.4 to 4.0.0
pyup-bot Nov 19, 2018
c4f5248
Update pytest from 3.7.4 to 4.0.0
pyup-bot Nov 19, 2018
bcc322f
Update pytest from 3.7.4 to 4.0.0
pyup-bot Nov 19, 2018
9ba403c
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 19, 2018
f6c6ab3
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 19, 2018
e4fbabf
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Nov 19, 2018
fc86bcd
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 19, 2018
31ca093
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 19, 2018
3304982
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Nov 19, 2018
fa94330
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Nov 19, 2018
594bcdf
Update mypy from 0.620 to 0.641
pyup-bot Nov 19, 2018
99547af
Update psutil from 5.4.7 to 5.4.8
pyup-bot Nov 19, 2018
89220f6
Update py from 1.6.0 to 1.7.0
pyup-bot Nov 19, 2018
cd431f2
Update requests from 2.19.1 to 2.20.1
pyup-bot Nov 19, 2018
03f15cb
Update urllib3 from 1.22 to 1.24.1
pyup-bot Nov 19, 2018
c410ca0
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Nov 19, 2018
fbc487b
Update markupsafe from 1.0 to 1.1.0
pyup-bot Nov 19, 2018
ffbd6ab
Update pytz from 2018.5 to 2018.7
pyup-bot Nov 19, 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 = "==4.0.0"
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