From 2fd2b14c5c46af788e91327a8a20afe289dfbbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:20:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.5.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/1.26.18...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41cb129b..6b06bdcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "termcolor==1.1.0", "texttable==1.6.4", "threadpoolctl==3.1.0", - "urllib3==1.26.19", + "urllib3==2.5.0", "validators==0.20.0", "treelib==1.6.1", "numpy==1.24.4", diff --git a/requirements.txt b/requirements.txt index 8dd1ed1f..db40b87c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -250,9 +250,9 @@ treelib==1.7.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ unipath==1.1 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ --hash=sha256:09839adcc72e8a24d4f76d63656f30b5a1f721fc40c9bcd79d8c67bdd8b47dae \ --hash=sha256:e6257e508d8abbfb6ddd8ec357e33589f1f48b1599127f23b017124d90b0fff7 -urllib3==1.26.18 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ - --hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \ - --hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0 +urllib3==2.5.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ + --hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \ + --hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc validators==0.20.0 ; python_version >= "3.9" and python_full_version <= "3.11.4" \ --hash=sha256:24148ce4e64100a2d5e267233e23e7afeb55316b47d30faae7eb6e7292bc226a yattag==1.15.1 ; python_version >= "3.9" and python_full_version <= "3.11.4" \