From 5eaa4bff7d510d1764a2f558ac72426a4bd90a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:47:06 +0000 Subject: [PATCH] Bump urllib3 from 2.0.2 to 2.0.7 in /doc/sphinx/src Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7. - [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/2.0.2...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- doc/sphinx/src/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/src/requirements.txt b/doc/sphinx/src/requirements.txt index 214d62d1ce..c3e9fdaa6b 100644 --- a/doc/sphinx/src/requirements.txt +++ b/doc/sphinx/src/requirements.txt @@ -37,7 +37,7 @@ snowballstemmer==2.2.0 # via sphinx sphinx==7.2.6 # via - # -r ./src/requirements.in + # -r requirements.in # sphinx-rtd-theme # sphinx-tabs # sphinxcontrib-applehelp @@ -47,9 +47,9 @@ sphinx==7.2.6 # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml sphinx-rtd-theme==1.3.0 - # via -r ./src/requirements.in + # via -r requirements.in sphinx-tabs==3.4.1 - # via -r ./src/requirements.in + # via -r requirements.in sphinxcontrib-applehelp==1.0.7 # via sphinx sphinxcontrib-devhelp==1.0.5 @@ -64,5 +64,5 @@ sphinxcontrib-qthelp==1.0.6 # via sphinx sphinxcontrib-serializinghtml==1.1.9 # via sphinx -urllib3==2.0.6 +urllib3==2.0.7 # via requests