From 89f256aceda010378778d103937874d6069e599b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:29:20 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 1.26.18 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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.15...1.26.18) --- 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..bd2404f78 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.18 # New urllib version breaks sphinx -r ./requirements_mkdoc.txt