From a529e8d3a7e7f6a8ace329ddfecc747e17bdde85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:40:22 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.17 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17. - [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.15...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 680df7b44..1f7dc8f54 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,5 +8,5 @@ sphinx-autopackagesummary==1.3 autodocsumm==0.2.2 pathlib==1.0.1 jinja2==3.0.3 -urllib3==1.26.15 # New urllib version breaks sphinx +urllib3==1.26.17 # New urllib version breaks sphinx -r ./requirements_mkdoc.txt