From 40cf796d317fcf6d88d55679dced8c17e5e11eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:45:42 +0000 Subject: [PATCH] Bump urllib3 from 2.6.2 to 2.6.3 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.2 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.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index ac80004..d52c226 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] websocket-client= "==1.9.0" -urllib3 = "==2.6.2" +urllib3 = "==2.6.3" loguru = "==0.7.3" idna = "==3.10" anyio = "==4.5.2" diff --git a/Pipfile.lock b/Pipfile.lock index 8a500ed..63543ec 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "db1e6b33b45cf1fa8dda6e35ef23c4364f7cecbfcc8b45f3bec83f5c5d29ca99" + "sha256": "6ffe10b657a7341e2984d7f9432b45d4525dc9c7c07bde44f10f438341c5c5ba" }, "pipfile-spec": 6, "requires": { @@ -137,12 +137,12 @@ }, "urllib3": { "hashes": [ - "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", - "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd" + "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", + "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.6.2" + "version": "==2.6.3" }, "websocket-client": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index bb6d734..f95e7de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ idna==3.10; python_version >= '3.6' loguru==0.7.3; python_version >= '3.5' and python_version < '4.0' sniffio==1.3.1; python_version >= '3.7' typing-extensions==4.12.2; python_version >= '3.8' -urllib3==2.6.2; python_version >= '3.9' +urllib3==2.6.3; python_version >= '3.9' websocket-client==1.9.0; python_version >= '3.9'