From 15a25df6736d0ca9b44af2d9f1d53db47486af00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:58:22 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /source/helper Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/helper/poetry.lock | 14 +++++++------- source/helper/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/helper/poetry.lock b/source/helper/poetry.lock index 0f5693b..69e874b 100644 --- a/source/helper/poetry.lock +++ b/source/helper/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aws-lambda-powertools" @@ -912,21 +912,21 @@ files = [ [[package]] name = "urllib3" -version = "2.5.0" +version = "2.6.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, - {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, + {file = "urllib3-2.6.0-py3-none-any.whl", hash = "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f"}, + {file = "urllib3-2.6.0.tar.gz", hash = "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1"}, ] [package.extras] -brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""] +brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""] h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] -zstd = ["zstandard (>=0.18.0)"] +zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "werkzeug" @@ -1050,4 +1050,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "~3.12" -content-hash = "204d5a4d8d790443c228856fa60352d4b1a70467b8fcf766de9c72cae9120891" +content-hash = "bced0c4dcd0dcb261158a754225067b7b844bf7b71996b7ad9ddea66a83a4a90" diff --git a/source/helper/pyproject.toml b/source/helper/pyproject.toml index fd0750e..ec17f17 100644 --- a/source/helper/pyproject.toml +++ b/source/helper/pyproject.toml @@ -8,7 +8,7 @@ backoff = "^2.2.1" aws-lambda-powertools = "~3.2.0" jinja2 = "^3.1.6" aws-xray-sdk = "^2.14.0" -urllib3 = "^2.5.0" +urllib3 = "^2.6.0"