From 24065be59c7176c1de39b213107a105e3b9d4828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 05:10:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.8 to 1.26.12 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.12. - [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.8...1.26.12) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 6376f14..d2d33a3 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -48,5 +48,5 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -urllib3==1.26.8 +urllib3==1.26.12 # via requests diff --git a/test-requirements.txt b/test-requirements.txt index 11b36c6..2a1c13c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -78,5 +78,5 @@ tomli==1.2.2 # via # coverage # pytest -urllib3==1.26.8 +urllib3==1.26.12 # via requests