From a73fa0a423a2cb57fe24f42e8aa3b193f34d4294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:22:44 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 1.26.19 in /custom-nb-image Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.19. - [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.12...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- custom-nb-image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-nb-image/requirements.txt b/custom-nb-image/requirements.txt index 35b5d559..5769a236 100644 --- a/custom-nb-image/requirements.txt +++ b/custom-nb-image/requirements.txt @@ -190,7 +190,7 @@ tqdm==4.64.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, traitlets==5.4.0; python_version >= '3.7' tune-sklearn==0.4.3 typing-extensions==4.3.0; python_version < '3.10' -urllib3==1.26.12 +urllib3==1.26.19 uvicorn==0.16.0 virtualenv==20.16.5; python_version >= '3.6' wcwidth==0.2.5