From 83f3ce6c4685d96f01beccc41c9b47f17ffc6e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:55:50 +0000 Subject: [PATCH] build: Bump urllib3 from 1.26.8 to 1.26.19 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.8...1.26.19) --- 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 fb20187..3687660 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -93,7 +93,7 @@ tomli==2.0.0 # via pep517 tornado==6.4.1 # via livereload -urllib3==1.26.8 +urllib3==1.26.19 # via requests wheel==0.38.1 # via pip-tools