From 656a644eaeaf5ea793c5a68d79bff0377c917896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:09:21 +0000 Subject: [PATCH] chore(deps): Bump urllib3 from 2.2.3 to 2.5.0 in /user-init/examples Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.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/2.2.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- user-init/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-init/examples/requirements.txt b/user-init/examples/requirements.txt index be25ef8..c3700ee 100644 --- a/user-init/examples/requirements.txt +++ b/user-init/examples/requirements.txt @@ -55,7 +55,7 @@ tqdm==4.67.1 typing_extensions==4.13.2 tzdata tzlocal==2.1 -urllib3==2.2.3 +urllib3==2.5.0 watchdog==4.0.2 yacs==0.1.8