From c81d1ea17ed3d43a19d7b9d902a1003636636134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:36:19 +0000 Subject: [PATCH] Bump urllib3 in /LiveNX/integrations/auto-add-devices Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LiveNX/integrations/auto-add-devices/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiveNX/integrations/auto-add-devices/requirements.txt b/LiveNX/integrations/auto-add-devices/requirements.txt index beb387e..7213af0 100644 --- a/LiveNX/integrations/auto-add-devices/requirements.txt +++ b/LiveNX/integrations/auto-add-devices/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==3.3.2 idna==3.7 python-dotenv==1.0.1 requests==2.32.3 -urllib3==2.2.2 +urllib3==2.6.0 pytest==8.3.2 watchdog==5.0.3 python-daemon