From 9377367de10bbc03ade413fe1d2a488b104ec801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:35:56 +0000 Subject: [PATCH] Bump urllib3 from 2.6.0 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 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.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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 b6953ad..b0ca9a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1425,14 +1425,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.0" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main", "docs"] files = [ - {file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, - {file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] @@ -1487,4 +1487,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "9fb8778fd1c3532e1e69b05eaf07f0bfbdc2ecec112ef6b82b2daf2b6530ae99" +content-hash = "814dee4bbf022ef75b4ff5e5e41998063d5e79e923bce97c58b825fb9e825371" diff --git a/pyproject.toml b/pyproject.toml index 250dfe2..60d98ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pycparser = "^2.22" python-dateutil = "^2.9.0.post0" s3transfer = "^0.13.1" six = "^1.17.0" -urllib3 = "^2.6.0" +urllib3 = "^2.6.3" [tool.poetry.group.dev.dependencies] black = "^24.8.0"