From 521a40c888850aa666f795f8f08da68ddfd3ab62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:46:45 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.18 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... 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 025b2ee562f..0166f4c4470 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -82,5 +82,5 @@ typing-extensions==4.4.0 # via myst-parser uc-micro-py==1.0.1 # via linkify-it-py -urllib3==1.26.14 +urllib3==1.26.18 # via requests