From e61aade28134fc80131bfc7dc4414e89016fd160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:57:08 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.16 to 1.26.18 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 768d9b8bf7..174d716228 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,13 +36,6 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==4.8.3 ; python_version < "3.8" and python_version >= "3.6" - # via - # -r ../tools/lib-alert-tree/requirements.txt - # click - # sphinx - # sphinxcontrib-spelling - # stevedore jinja2==3.0.3 # via # sphinx @@ -124,13 +117,5 @@ tornado==6.1 # via livereload treelib==1.6.4 # via -r ../tools/lib-alert-tree/requirements.txt -typing-extensions==4.1.1 ; python_version < "3.8" and python_version >= "3.6" - # via - # -r ../tools/lib-alert-tree/requirements.txt - # importlib-metadata -urllib3==1.26.16 +urllib3==1.26.18 # via requests -zipp==3.6.0 ; python_version < "3.8" and python_version >= "3.6" - # via - # -r ../tools/lib-alert-tree/requirements.txt - # importlib-metadata