From 353e0acc9f00b44b5c8c2a0d3b6fe6ff0f5452a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:21:04 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 in /Operator Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: urllib3 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 d6804c9..04e57ab 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.2.2 uvicorn==0.29.0 websockets==12.0 diff --git a/Operator/setup.py b/Operator/setup.py index dfee80e..6695a79 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.2.2' ], )