From 8f3b362f4908b15dd9af27ff44ddf5a5a25a2707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:03:21 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 2.7.0. - [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.16...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../wandb/run-20240609_214112-olqxxhne/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eval/videophy/videocon/training/wandb/run-20240609_214112-olqxxhne/files/requirements.txt b/eval/videophy/videocon/training/wandb/run-20240609_214112-olqxxhne/files/requirements.txt index 5badd70..a9daaa0 100644 --- a/eval/videophy/videocon/training/wandb/run-20240609_214112-olqxxhne/files/requirements.txt +++ b/eval/videophy/videocon/training/wandb/run-20240609_214112-olqxxhne/files/requirements.txt @@ -184,7 +184,7 @@ typing-extensions==4.12.0 tyro==0.7.3 tzdata==2023.3 uc-micro-py==1.0.2 -urllib3==1.26.16 +urllib3==2.7.0 uvicorn==0.23.2 wandb==0.15.8 wcwidth==0.2.13