Skip to content

Commit

Permalink
build(deps) bump all dev and test dependencies (#171)
Browse files Browse the repository at this point in the history
* build(deps): bump idna from 2.8 to 2.9

Bumps [idna](https://github.com/kjd/idna) from 2.8 to 2.9.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.8...v2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* build(deps): bump all packages

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
Noah and dependabot-preview[bot] committed Apr 3, 2020
1 parent 75adfc2 commit 3ba0e4c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 33 deletions.
43 changes: 18 additions & 25 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,61 +9,54 @@ attrs==19.3.0 # via black, flake8-bugbear, pytest
black==19.10b0
bleach==3.1.4 # via readme-renderer
certifi==2019.11.28 # via requests
cffi==1.13.2 # via cryptography
chardet==3.0.4 # via requests
click==7.0 # via black, pip-tools
codecov==2.0.15
click==7.1.1 # via black, pip-tools
codecov==2.0.22
colored==1.4.2
configparser==4.0.2 # via py-githooks
configparser==5.0.0 # via py-githooks
coverage[toml]==5.0.4 # via codecov
cryptography==2.8 # via secretstorage
docutils==0.16 # via readme-renderer
entrypoints==0.3 # via flake8
flake8-bugbear==20.1.4
flake8-builtins==1.4.2
flake8-builtins==1.5.2
flake8-comprehensions==3.2.2
flake8-i18n==0.1.0
flake8==3.7.9 # via flake8-bugbear, flake8-builtins, flake8-comprehensions, flake8-i18n
idna==2.8 # via requests
importlib-metadata==1.6.0 # via flake8-comprehensions, keyring, pluggy, pytest, twine
idna==2.9 # via requests
invoke==1.4.1
isort==4.3.21
jeepney==0.4.2 # via keyring, secretstorage
keyring==21.1.0 # via twine
keyring==21.2.0 # via twine
mccabe==0.6.1 # via flake8
more-itertools==8.2.0 # via pytest
mypy-extensions==0.4.3 # via mypy
mypy==0.761
packaging==20.1 # via pytest
mypy==0.770
packaging==20.3 # via pytest
pathspec==0.7.0 # via black
pip-tools==4.4.1
pip-tools==4.5.1
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest
py-githooks==1.1.0
py==1.8.1 # via pytest
pycodestyle==2.5.0 # via flake8
pycparser==2.19 # via cffi
pyflakes==2.1.1 # via flake8
pygments==2.6.1 # via readme-renderer
pyparsing==2.4.6 # via packaging
pytest==5.4.1
readme-renderer==24.0 # via twine
regex==2020.1.8 # via black
readme-renderer==25.0 # via twine
regex==2020.2.20 # via black
requests-toolbelt==0.9.1 # via twine
requests==2.22.0 # via codecov, requests-toolbelt, twine
secretstorage==3.1.2 # via keyring
semver==2.9.0
six==1.14.0 # via bleach, cryptography, packaging, pip-tools, readme-renderer
requests==2.23.0 # via codecov, requests-toolbelt, twine
semver==2.9.1
six==1.14.0 # via bleach, packaging, pip-tools, readme-renderer
toml==0.10.0 # via black, coverage
tqdm==4.42.1 # via twine
tqdm==4.45.0 # via twine
twine==3.1.1
typed-ast==1.4.1 # via black, mypy
typing-extensions==3.7.4.1 # via mypy
typing-extensions==3.7.4.2 # via mypy
urllib3==1.25.8 # via requests
wcwidth==0.1.8 # via pytest
wcwidth==0.1.9 # via pytest
webencodings==0.5.1 # via bleach
wheel==0.34.2
zipp==2.1.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==45.1.0 # via twine
setuptools==46.1.3 # via twine
14 changes: 6 additions & 8 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@
attrs==19.3.0 # via pytest
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
codecov==2.0.15
codecov==2.0.22
colored==1.4.2
coverage[toml]==5.0.4 # via codecov
idna==2.8 # via requests
importlib-metadata==1.6.0 # via pluggy, pytest
idna==2.9 # via requests
invoke==1.4.1
more-itertools==8.2.0 # via pytest
packaging==20.1 # via pytest
packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pyparsing==2.4.6 # via packaging
pytest==5.4.1
requests==2.22.0 # via codecov
requests==2.23.0 # via codecov
six==1.14.0 # via packaging
toml==0.10.0 # via coverage
typing-extensions==3.7.4.1
typing-extensions==3.7.4.2
urllib3==1.25.8 # via requests
wcwidth==0.1.8 # via pytest
zipp==2.1.0 # via importlib-metadata
wcwidth==0.1.9 # via pytest

0 comments on commit 3ba0e4c

Please sign in to comment.