From b766aabe8f57c0d43ec334c09ff4150f10bf89f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:41:05 +0000 Subject: [PATCH] Bump urllib3 in /cross-account-region-data-pipeline/python Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- cross-account-region-data-pipeline/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-account-region-data-pipeline/python/requirements-dev.txt b/cross-account-region-data-pipeline/python/requirements-dev.txt index cc6a1f4..d4d0897 100644 --- a/cross-account-region-data-pipeline/python/requirements-dev.txt +++ b/cross-account-region-data-pipeline/python/requirements-dev.txt @@ -21,7 +21,7 @@ python-dateutil==2.8.2 s3transfer==0.5.2 six==1.16.0 typing-extensions==4.1.1 -urllib3==1.26.19 +urllib3==2.5.0 wrapt==1.13.3 awswrangler~=2.15.0 pandas~=1.3.5