From d2fdd87531688c26f75f4e026f86c75d83414fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:37:28 +0000 Subject: [PATCH] Bump urllib3 from 1.26.17 to 1.26.18 in /notebooks Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 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.17...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- notebooks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 7b8a0a7640..967b28b001 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -493,7 +493,7 @@ tzdata==2023.3 # via pandas uri-template==1.2.0 # via jsonschema -urllib3==1.26.17 +urllib3==1.26.18 # via requests uvicorn==0.23.2 # via solara