From 3ba0e4cf0135fba43df5306e775c26718f83cceb Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 3 Apr 2020 09:29:58 -0400 Subject: [PATCH] build(deps) bump all dev and test dependencies (#171) * 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](https://github.com/kjd/idna/compare/v2.8...v2.9) Signed-off-by: dependabot-preview[bot] * build(deps): bump all packages Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- dev_requirements.txt | 43 ++++++++++++++++++------------------------- test_requirements.txt | 14 ++++++-------- 2 files changed, 24 insertions(+), 33 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 273ceebb..d49985f0 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -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 diff --git a/test_requirements.txt b/test_requirements.txt index 7af3c2a8..da10feee 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -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