From fc86891f97614d1b74a18508443155441a503c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:19:42 -0700 Subject: [PATCH] Documentation - Bump urllib3 from 1.26.17 to 1.26.18 in /docs/.sphinx (#1218) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. - [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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/.sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 875ee8ff54..548763d696 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -155,7 +155,7 @@ tqdm==4.65.0 # via mpire typing-extensions==4.5.0 # via pydata-sphinx-theme -urllib3==1.26.17 +urllib3==1.26.18 # via requests wrapt==1.15.0 # via deprecated