From fe5348c94e4462c35c63201676605c8af46d420a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 16:48:50 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.5.0 in /src/backend 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] --- src/backend/dda_triton/model_conversion_requirements.txt | 2 +- src/backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/dda_triton/model_conversion_requirements.txt b/src/backend/dda_triton/model_conversion_requirements.txt index f9ff4cd..820631f 100644 --- a/src/backend/dda_triton/model_conversion_requirements.txt +++ b/src/backend/dda_triton/model_conversion_requirements.txt @@ -6,6 +6,6 @@ grpcio-tools==1.51.1 protobuf==4.25.8 requests==2.32.3 opencv-python -urllib3==2.2.3 +urllib3==2.5.0 scikit-learn==1.0.2 numpy==1.24.3 diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 47c2730..485b3e5 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -2,7 +2,7 @@ setuptools wheel meson opencv-python -urllib3==2.2.3 +urllib3==2.5.0 requests==2.32.3 python-dateutil==2.8.2 Jetson.GPIO==2.0.21