Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled monthly dependency update for January #100

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
414b442
Update pip-tools from 1.8.0 to 1.11.0
pyup-bot Jan 1, 2018
a9e3be0
Update requests-toolbelt from 0.7.1 to 0.8.0
pyup-bot Jan 1, 2018
a7606b8
Update requests from 2.13.0 to 2.18.4
pyup-bot Jan 1, 2018
18e54dc
Update six from 1.10.0 to 1.11.0
pyup-bot Jan 1, 2018
c087819
Update six from 1.10.0 to 1.11.0
pyup-bot Jan 1, 2018
b3c8b67
Update six from 1.10.0 to 1.11.0
pyup-bot Jan 1, 2018
647c74f
Update twine from 1.8.1 to 1.9.1
pyup-bot Jan 1, 2018
f35df38
Update wheel from 0.29.0 to 0.30.0
pyup-bot Jan 1, 2018
3342c4c
Update appdirs from 1.4.0 to 1.4.3
pyup-bot Jan 1, 2018
ebae369
Update check-manifest from 0.35 to 0.36
pyup-bot Jan 1, 2018
77b9db4
Update colorama from 0.3.7 to 0.3.9
pyup-bot Jan 1, 2018
3d730c0
Update colorama from 0.3.7 to 0.3.9
pyup-bot Jan 1, 2018
e4070b3
Update coverage from 4.3.4 to 4.4.2
pyup-bot Jan 1, 2018
f6d4ccc
Update green from 2.6.3 to 2.12.0
pyup-bot Jan 1, 2018
d872936
Update isort from 4.2.5 to 4.2.15
pyup-bot Jan 1, 2018
099268a
Update pydocstyle from 1.1.1 to 2.1.1
pyup-bot Jan 1, 2018
dcd0c91
Update pyparsing from 2.1.10 to 2.2.0
pyup-bot Jan 1, 2018
e61dd69
Update unidecode from 0.4.20 to 0.04.21
pyup-bot Jan 1, 2018
40e9bbc
Update alabaster from 0.7.9 to 0.7.10
pyup-bot Jan 1, 2018
ec1fdce
Update babel from 2.3.4 to 2.5.1
pyup-bot Jan 1, 2018
5092cd0
Update cloud_sptheme from 1.8.0 to 1.9.4
pyup-bot Jan 1, 2018
5259f1d
Update docutils from 0.13.1 to 0.14
pyup-bot Jan 1, 2018
fb4a24c
Update ghp-import from 0.5.4 to 0.5.5
pyup-bot Jan 1, 2018
8f6ebc1
Update jinja2 from 2.9.5 to 2.10
pyup-bot Jan 1, 2018
c1aa15e
Update markupsafe from 0.23 to 1.0
pyup-bot Jan 1, 2018
4f0ce25
Update pytz from 2016.10 to 2017.3
pyup-bot Jan 1, 2018
03f5498
Update releases from 1.3.0 to 1.4.0
pyup-bot Jan 1, 2018
2f9feb3
Update sphinx from 1.4.9 to 1.6.5
pyup-bot Jan 1, 2018
8de527d
Update pillow from 4.0.0 to 4.3.0
pyup-bot Jan 1, 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 build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ args==0.1.0 # via clint
click==6.7 # via pip-tools
clint==0.5.1 # via twine
first==2.0.1 # via pip-tools
pip-tools==1.8.0
pip-tools==1.11.0
pkginfo==1.4.1 # via twine
requests-toolbelt==0.7.1 # via twine
requests==2.13.0 # via requests-toolbelt, twine
six==1.10.0 # via pip-tools
twine==1.8.1
wheel==0.29.0
requests-toolbelt==0.8.0 # via twine
requests==2.18.4 # via requests-toolbelt, twine
six==1.11.0 # via pip-tools
twine==1.9.1
wheel==0.30.0

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
20 changes: 10 additions & 10 deletions colourettu/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
appdirs==1.4.0 # via setuptools
check-manifest==0.35
colorama==0.3.7 # via green
coverage==4.3.4
green==2.6.3
isort==4.2.5
appdirs==1.4.3 # via setuptools
check-manifest==0.36
colorama==0.3.9 # via green
coverage==4.4.2
green==2.12.0
isort==4.2.15
packaging==16.8 # via setuptools
pycodestyle==2.3.1
pydocstyle==1.1.1
pyparsing==2.1.10 # via packaging
pydocstyle==2.1.1
pyparsing==2.2.0 # via packaging
python-termstyle==0.1.10 # via green
six==1.10.0 # via packaging, setuptools
unidecode==0.4.20 # via green
six==1.11.0 # via packaging, setuptools
unidecode==0.04.21 # via green

# The following packages are considered to be unsafe in a requirements file:
# setuptools # via python-termstyle
24 changes: 12 additions & 12 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
alabaster==0.7.9 # via sphinx
babel==2.3.4
cloud_sptheme==1.8.0
colorama==0.3.7 # via sphinx
docutils==0.13.1 # via sphinx
ghp-import==0.5.4
alabaster==0.7.10 # via sphinx
babel==2.5.1
cloud_sptheme==1.9.4
colorama==0.3.9 # via sphinx
docutils==0.14 # via sphinx
ghp-import==0.5.5
imagesize==0.7.1 # via sphinx
jinja2==2.9.5 # via sphinx
markupsafe==0.23 # via jinja2
jinja2==2.10 # via sphinx
markupsafe==1.0 # via jinja2
pygments==2.2.0 # via sphinx
pytz==2016.10 # via babel
releases==1.3.0
pytz==2017.3 # via babel
releases==1.4.0
semantic-version==2.6.0 # via releases
six==1.10.0 # via sphinx
six==1.11.0 # via sphinx
snowballstemmer==1.2.1 # via sphinx
sphinx==1.4.9
sphinx==1.6.5

PSphinxTheme >= 2.0.5 # installation of current PyPI package breaks on Windows
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# pip-compile --output-file requirements.txt requirements.in
#
olefile==0.44 # via pillow
pillow==4.0.0
pillow==4.3.0