Skip to content

Commit

Permalink
Merge c9c01ef into f0b2f6b
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Jun 1, 2020
2 parents f0b2f6b + c9c01ef commit 7d53043
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
18 changes: 9 additions & 9 deletions build-requirements.txt
Expand Up @@ -5,16 +5,16 @@
# pip-compile --output-file build-requirements.txt build-requirements.in
#
args==0.1.0 # via clint
click==6.7 # via pip-tools
click==7.1.2 # via pip-tools
clint==0.5.1 # via twine
first==2.0.1 # via pip-tools
pip-tools==1.8.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
first==2.0.2 # via pip-tools
pip-tools==5.2.0
pkginfo==1.5.0.1 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.23.0 # via requests-toolbelt, twine
six==1.15.0 # via pip-tools
twine==3.1.1
wheel==0.34.2

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
24 changes: 12 additions & 12 deletions colourettu/test/requirements.txt
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
packaging==16.8 # via setuptools
pycodestyle==2.3.1
pydocstyle==1.1.1
pyparsing==2.1.10 # via packaging
appdirs==1.4.4 # via setuptools
check-manifest==0.42
colorama==0.4.3 # via green
coverage==5.1
green==3.1.4
isort==4.3.21
packaging==20.4 # via setuptools
pycodestyle==2.6.0
pydocstyle==5.0.2
pyparsing==2.4.7 # via packaging
python-termstyle==0.1.10 # via green
six==1.10.0 # via packaging, setuptools
unidecode==0.4.20 # via green
six==1.15.0 # via packaging, setuptools
unidecode==1.1.1 # via green

# The following packages are considered to be unsafe in a requirements file:
# setuptools # via python-termstyle
32 changes: 16 additions & 16 deletions docs/requirements.txt
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
imagesize==0.7.1 # via sphinx
jinja2==2.9.5 # via sphinx
markupsafe==0.23 # via jinja2
pygments==2.2.0 # via sphinx
pytz==2016.10 # via babel
releases==1.3.0
semantic-version==2.6.0 # via releases
six==1.10.0 # via sphinx
snowballstemmer==1.2.1 # via sphinx
sphinx==1.4.9
alabaster==0.7.12 # via sphinx
babel==2.8.0
cloud_sptheme==1.10.1.post20200504175005
colorama==0.4.3 # via sphinx
docutils==0.16 # via sphinx
ghp-import==0.5.5
imagesize==1.2.0 # via sphinx
jinja2==2.11.2 # via sphinx
markupsafe==1.1.1 # via jinja2
pygments==2.6.1 # via sphinx
pytz==2020.1 # via babel
releases==1.6.3
semantic-version==2.8.5 # via releases
six==1.15.0 # via sphinx
snowballstemmer==2.0.0 # via sphinx
sphinx==3.0.4

PSphinxTheme >= 2.0.5 # installation of current PyPI package breaks on Windows
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
olefile==0.44 # via pillow
pillow==4.0.0
olefile==0.46 # via pillow
pillow==7.1.2

0 comments on commit 7d53043

Please sign in to comment.