From bd6fabcf5f9552110aa4349e803eb62bc20cd772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 04:05:59 +0000 Subject: [PATCH] Bump urllib3 from 1.26.3 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1805786c..2cc3d4f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,14 +16,22 @@ cached-property==1.5.2 # via aspy.refactor-imports certifi==2020.12.5 # via requests +cffi==1.14.5 + # via cryptography chardet==4.0.0 # via requests +cryptography==3.4.7 + # via secretstorage docutils==0.16 # via readme-renderer idna==2.10 # via requests isort==4.3.21 # via pylint +jeepney==0.6.0 + # via + # keyring + # secretstorage keyring==22.0.1 # via twine lazy-object-proxy==1.4.3 @@ -46,6 +54,8 @@ pluggy==0.13.1 # via pytest py==1.10.0 # via pytest +pycparser==2.20 + # via cffi pygments==2.7.4 # via readme-renderer pylint==2.4.4 @@ -70,6 +80,8 @@ requests==2.25.1 # via # requests-toolbelt # twine +secretstorage==3.3.1 + # via keyring six==1.15.0 # via # astroid @@ -83,7 +95,7 @@ typed-ast==1.4.2 # via mypy typing-extensions==3.7.4.3 # via mypy -urllib3==1.26.3 +urllib3==1.26.5 # via requests wcwidth==0.2.5 # via pytest