From 070232ac0750ef0ed814daf464350566faac90b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:15:21 +0000 Subject: [PATCH] Update urllib3 requirement from <2.6,>=1.25.4 to >=1.25.4,<2.7 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [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.25.4...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.test.txt b/scripts/requirements.test.txt index a25b2d286..9e2e71efa 100644 --- a/scripts/requirements.test.txt +++ b/scripts/requirements.test.txt @@ -3,5 +3,5 @@ freezegun pytest-mock pydeequ # Explicitly set urllib3 version compatible with botocore to pass CI tests -urllib3>=1.25.4,<2.6 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt +urllib3>=1.25.4,<2.7 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt redshift-connector==2.1.8 # used to connect with redshift