From b77ef2083887b9339a24cc890696f18316ca6802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:18:19 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 in /data Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 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.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data/webui-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/webui-requirements.txt b/data/webui-requirements.txt index 8c02a9a..40d08d6 100644 --- a/data/webui-requirements.txt +++ b/data/webui-requirements.txt @@ -174,7 +174,7 @@ triton==2.0.0 typing-inspect==0.9.0 typing_extensions==4.5.0 tzdata==2023.3 -urllib3==2.0.6 +urllib3==2.0.7 uvicorn==0.23.2 wandb==0.15.12 wcwidth==0.2.8