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
23 commits
Select commit Hold shift + click to select a range
cd10311
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 15, 2018
0a7aa26
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 15, 2018
eadc309
Update sphinx from 1.7.8 to 1.8.1
pyup-bot Oct 15, 2018
db66085
Update cython from 0.28.5 to 0.29
pyup-bot Oct 15, 2018
f49a4f5
Update cython from 0.28.5 to 0.29
pyup-bot Oct 15, 2018
e505f05
Update cython from 0.28.5 to 0.29
pyup-bot Oct 15, 2018
d4d0f0b
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 15, 2018
c77b2e1
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 15, 2018
fd59bd7
Update pydocstyle from 2.1.1 to 3.0.0
pyup-bot Oct 15, 2018
31e6b81
Update pytest from 3.7.4 to 3.8.2
pyup-bot Oct 15, 2018
84d2379
Update pytest from 3.7.4 to 3.8.2
pyup-bot Oct 15, 2018
1574b1a
Update pytest from 3.7.4 to 3.8.2
pyup-bot Oct 15, 2018
8e572e8
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 15, 2018
fffa4df
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 15, 2018
e00217e
Update pytest-cov from 2.5.1 to 2.6.0
pyup-bot Oct 15, 2018
2ebe814
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 15, 2018
8aa3810
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 15, 2018
1d97abe
Update coveralls from 1.5.0 to 1.5.1
pyup-bot Oct 15, 2018
67df800
Update certifi from 2018.8.24 to 2018.10.15
pyup-bot Oct 15, 2018
06972d5
Update mypy from 0.620 to 0.641
pyup-bot Oct 15, 2018
71733d0
Update py from 1.6.0 to 1.7.0
pyup-bot Oct 15, 2018
d3382d4
Update urllib3 from 1.22 to 1.23
pyup-bot Oct 15, 2018
e7209dd
Update alabaster from 0.7.11 to 0.7.12
pyup-bot Oct 15, 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
12 changes: 6 additions & 6 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"
pytest = "==3.8.2"
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.1"
ghp-import = "==0.5.5"
134 changes: 67 additions & 67 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx==1.7.8
sphinx==1.8.1
ghp-import==0.5.5
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# pip
# wheel

cython==0.28.5
cython==0.29

# 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
pydocstyle==3.0.0
pylint==2.1.1
# flake8==3.4.1
mypy-lang==0.5.0
coverage==4.5.1

# Testing
pytest==3.7.4
pytest==3.8.2
# pytest-flake8==0.8.1 # pytest plugin of flake8
pytest-pylint==0.12.3 # pytest plugin of pylint
pytest-mypy==0.3.2 # pytest plugin of mypy
pytest-cov==2.5.1 # testing coverage
pytest-cov==2.6.0 # testing coverage
pytest-runner==4.2 # add setup.py test support for pytest

coveralls==1.5.0
coveralls==1.5.1