Skip to content

Commit

Permalink
Bump all requirements using Python 3.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed May 24, 2020
1 parent 879744b commit 5de3245
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 54 deletions.
13 changes: 7 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
#
# pip-compile --output-file=base.txt base.in
#
asttokens==2.0.3 # via -r base.in
entrypoints==0.3 # via flake8
flake8==3.7.9 # via -r base.in
asttokens==2.0.4 # via -r base.in
flake8==3.8.2 # via -r base.in
importlib-metadata==1.6.0 # via flake8
mccabe==0.6.1 # via flake8
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
six==1.14.0 # via asttokens
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8
six==1.15.0 # via asttokens
zipp==3.1.0 # via importlib-metadata
27 changes: 15 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,34 @@
#
# pip-compile --output-file=dev.txt dev.in
#
bleach==3.1.4 # via readme-renderer
certifi==2019.11.28 # via -c test.txt, requests
bleach==3.1.5 # via readme-renderer
certifi==2020.4.5.1 # via -c test.txt, requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via -c test.txt, requests
click==7.1.1 # via pip-tools
cryptography==2.8 # via secretstorage
click==7.1.2 # via pip-tools
cryptography==2.9.2 # via secretstorage
docutils==0.16 # via -c test.txt, readme-renderer
idna==2.9 # via -c test.txt, requests
importlib-metadata==1.6.0 # via -c test.txt, keyring, twine
importlib-metadata==1.6.0 # via -c base.txt, -c test.txt, keyring, twine
jeepney==0.4.3 # via keyring, secretstorage
keyring==21.2.0 # via twine
pip-tools==4.5.1 # via -r dev.in
keyring==21.2.1 # via twine
packaging==20.4 # via -c test.txt, bleach
pip-tools==5.1.2 # via -r dev.in
pkginfo==1.5.0.1 # via twine
pycparser==2.20 # via cffi
pygments==2.6.1 # via -c test.txt, readme-renderer
readme-renderer==25.0 # via twine
pyparsing==2.4.7 # via -c test.txt, packaging
readme-renderer==26.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.23.0 # via -c test.txt, requests-toolbelt, twine
secretstorage==3.1.2 # via keyring
six==1.14.0 # via -c base.txt, -c test.txt, bleach, cryptography, pip-tools, readme-renderer
tqdm==4.44.1 # via twine
six==1.15.0 # via -c base.txt, -c test.txt, bleach, cryptography, packaging, pip-tools, readme-renderer
tqdm==4.46.0 # via twine
twine==3.1.1 # via -r dev.in
urllib3==1.25.8 # via -c test.txt, requests
urllib3==1.25.9 # via -c test.txt, requests
webencodings==0.5.1 # via bleach
zipp==3.1.0 # via -c test.txt, importlib-metadata
zipp==3.1.0 # via -c base.txt, -c test.txt, importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
27 changes: 14 additions & 13 deletions requirements/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,28 @@
#
# pip-compile --output-file=examples.txt examples.in
#
appdirs==1.4.3 # via black
appdirs==1.4.4 # via black
attrs==19.3.0 # via black, pytest
black==19.10b0 # via -r examples.in
click==7.1.1 # via black
entrypoints==0.3 # via flake8
flake8==3.7.9 # via -r examples.in
click==7.1.2 # via black
flake8==3.8.2 # via -r examples.in
importlib-metadata==1.6.0 # via flake8, pluggy, pytest
mccabe==0.6.1 # via flake8
more-itertools==8.2.0 # via pytest
more-itertools==8.3.0 # via pytest
mypy-extensions==0.4.3 # via mypy
mypy==0.770 # via -r examples.in
packaging==20.3 # via pytest
pathspec==0.7.0 # via black
packaging==20.4 # via pytest
pathspec==0.8.0 # via black
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pycodestyle==2.6.0 # via flake8
pyflakes==2.2.0 # via flake8
pyparsing==2.4.7 # via packaging
pytest==5.4.1 # via -r examples.in
regex==2020.2.20 # via black
six==1.14.0 # via packaging
toml==0.10.0 # via black
pytest==5.4.2 # via -r examples.in
regex==2020.5.14 # via black
six==1.15.0 # via packaging
toml==0.10.1 # via black
typed-ast==1.4.1 # via black, mypy
typing-extensions==3.7.4.2 # via mypy
wcwidth==0.1.9 # via pytest
zipp==3.1.0 # via importlib-metadata
45 changes: 22 additions & 23 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,57 +5,56 @@
# pip-compile --output-file=test.txt test.in
#
alabaster==0.7.12 # via sphinx
appdirs==1.4.3 # via virtualenv
appdirs==1.4.4 # via virtualenv
attrs==19.3.0 # via pytest
babel==2.8.0 # via sphinx
certifi==2019.11.28 # via requests
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
distlib==0.3.0 # via virtualenv
docutils==0.16 # via restructuredtext-lint, sphinx
entrypoints==0.3 # via -c base.txt, flake8
filelock==3.0.12 # via tox, virtualenv
flake8==3.7.9 # via -c base.txt, -r test.in
flake8==3.8.2 # via -c base.txt, -r test.in
idna==2.9 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.6.0 # via importlib-resources, pluggy, pytest, tox, virtualenv
importlib-resources==1.4.0 # via virtualenv
importlib-metadata==1.6.0 # via -c base.txt, flake8, importlib-resources, pluggy, pytest, tox, virtualenv
importlib-resources==1.5.0 # via virtualenv
isort==4.3.21 # via -r test.in
jinja2==2.11.1 # via sphinx
jinja2==2.11.2 # via sphinx
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via -c base.txt, flake8
more-itertools==8.2.0 # via pytest
more-itertools==8.3.0 # via pytest
mypy-extensions==0.4.3 # via mypy
mypy==0.770 # via -r test.in
packaging==20.3 # via pytest, sphinx, tox
packaging==20.4 # via pytest, sphinx, tox
pluggy==0.13.1 # via pytest, tox
py==1.8.1 # via pytest, tox
pycodestyle==2.5.0 # via -c base.txt, flake8
pyflakes==2.1.1 # via -c base.txt, flake8
pycodestyle==2.6.0 # via -c base.txt, flake8
pyflakes==2.2.0 # via -c base.txt, flake8
pygments==2.6.1 # via -r test.in, sphinx
pyparsing==2.4.6 # via packaging
pytest==5.4.1 # via -r test.in
pytz==2019.3 # via babel
pyparsing==2.4.7 # via packaging
pytest==5.4.2 # via -r test.in
pytz==2020.1 # via babel
requests==2.23.0 # via sphinx
restructuredtext-lint==1.3.0 # via -r test.in
six==1.14.0 # via -c base.txt, -r test.in, packaging, tox, virtualenv
six==1.15.0 # via -c base.txt, -r test.in, packaging, tox, virtualenv
snowballstemmer==2.0.0 # via sphinx
sphinx-rtd-theme==0.4.3 # via -r test.in
sphinx==2.4.4 # via -r test.in, sphinx-rtd-theme
sphinx==3.0.3 # via -r test.in, sphinx-rtd-theme
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
toml==0.10.0 # via tox
tox==3.14.6 # via -r test.in
toml==0.10.1 # via tox
tox==3.15.1 # via -r test.in
typed-ast==1.4.1 # via mypy
typing-extensions==3.7.4.1 # via mypy
urllib3==1.25.8 # via requests
virtualenv==20.0.15 # via tox
typing-extensions==3.7.4.2 # via mypy
urllib3==1.25.9 # via requests
virtualenv==20.0.21 # via tox
wcwidth==0.1.9 # via pytest
yapf==0.29.0 # via -r test.in
zipp==3.1.0 # via importlib-metadata, importlib-resources
yapf==0.30.0 # via -r test.in
zipp==3.1.0 # via -c base.txt, importlib-metadata, importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 5de3245

Please sign in to comment.