From da2d9bcbe8de4ee2d5bab9a41faeea15b628fa2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:58:42 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.6.3 in /Operator Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.6.3. - [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.1...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Operator/requirements.txt | 2 +- Operator/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Operator/requirements.txt b/Operator/requirements.txt index c2bb572..d65ed65 100644 --- a/Operator/requirements.txt +++ b/Operator/requirements.txt @@ -33,6 +33,6 @@ spidev==3.6 starlette==0.40.0 typing==3.7.4.3 typing_extensions==4.11.0 -urllib3==2.2.1 +urllib3==2.6.3 uvicorn==0.29.0 websockets==12.0 diff --git a/Operator/setup.py b/Operator/setup.py index 7b10055..1bfdbe2 100644 --- a/Operator/setup.py +++ b/Operator/setup.py @@ -36,6 +36,6 @@ 'requests==2.31.0', 'spidev==3.6', 'typing==3.7.4.3', - 'urllib3==2.2.1' + 'urllib3==2.6.3' ], )