From ea4a7131800f2d82c850928a6190e4ce4427af33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:57:04 +0000 Subject: [PATCH] Bump urllib3 from 2.3.0 to 2.5.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 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/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 993a390..6d9600d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1094,14 +1094,14 @@ files = [ [[package]] name = "urllib3" -version = "2.3.0" +version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, - {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, + {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, + {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, ] [package.extras] @@ -1113,4 +1113,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">= 3.11,<4.0" -content-hash = "6175e8e1510d7bb2ce19228d05b17db2bd988dd6c957ceb866a7c6370cd43493" +content-hash = "d225ef792932a1f5a2151a26a925f0dc4ad32697b577eef1df85513c250aaaed" diff --git a/pyproject.toml b/pyproject.toml index 4788543..f12fe1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,4 +43,4 @@ ncclient = "^0.6.16,<0.7.0" netmiko = "^4.5.0,<5.0" pyang = "^2.6.1,<3.0" requests = "^2.32.3,<3.0" -urllib3 = "^2.3.0,<3.0" +urllib3 = "^2.5.0"