From 686971c5ee0b84e8abfc575ca507dd863ddad9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 01:49:45 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.6.0 in /Operator Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.6.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.1...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 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..1a246c8 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.0 uvicorn==0.29.0 websockets==12.0 diff --git a/Operator/setup.py b/Operator/setup.py index 7b10055..820a612 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.0' ], )