From 00f9c58562b72ed0fcced04f7c72b3012187b96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:32:31 +0000 Subject: [PATCH] Bump urllib3 from 1.26.15 to 2.5.0 in /components/remote_executor Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 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/1.26.15...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/remote_executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/remote_executor/requirements.txt b/components/remote_executor/requirements.txt index 88b75fec..011f0569 100644 --- a/components/remote_executor/requirements.txt +++ b/components/remote_executor/requirements.txt @@ -1 +1 @@ -urllib3==1.26.15 \ No newline at end of file +urllib3==2.5.0 \ No newline at end of file