Skip to content

Commit

Permalink
Bump requirements - see #138
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Mar 31, 2020
1 parent 0c5a1fc commit 6211830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=dev.txt dev.in
#
bleach==3.1.3 # via readme-renderer
bleach==3.1.4 # via readme-renderer
certifi==2019.11.28 # 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
docutils==0.16 # via -c test.txt, readme-renderer
idna==2.9 # via -c test.txt, requests
importlib-metadata==1.5.0 # via -c test.txt, keyring, twine
importlib-metadata==1.6.0 # via -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
Expand All @@ -24,7 +24,7 @@ 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.43.0 # via twine
tqdm==4.44.1 # via twine
twine==3.1.1 # via -r dev.in
urllib3==1.25.8 # via -c test.txt, requests
webencodings==0.5.1 # via bleach
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Expand Up @@ -17,7 +17,7 @@ filelock==3.0.12 # via tox, virtualenv
flake8==3.7.9 # via -c base.txt, -r test.in
idna==2.9 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.5.0 # via importlib-resources, pluggy, pytest, tox, virtualenv
importlib-metadata==1.6.0 # via importlib-resources, pluggy, pytest, tox, virtualenv
importlib-resources==1.4.0 # via virtualenv
isort==4.3.21 # via -r test.in
jinja2==2.11.1 # via sphinx
Expand Down Expand Up @@ -48,11 +48,11 @@ 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.5 # via -r test.in
tox==3.14.6 # 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.13 # via tox
virtualenv==20.0.15 # 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
Expand Down

0 comments on commit 6211830

Please sign in to comment.