From ac97cde435ec3cd3676a05c1d34f72848d227f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:22:03 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.24.2 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2) Signed-off-by: dependabot[bot] --- docs/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d71568c..107ad21 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -22,5 +22,4 @@ six==1.11.0 # via packaging, sphinx snowballstemmer==1.2.1 # via sphinx sphinx==1.8.1 sphinxcontrib-websupport==1.1.0 # via sphinx -typing==3.6.6 # via sphinx -urllib3==1.24.1 # via requests +urllib3==1.24.2 # via requests