From cb80bea8db50a1b1f51e8d5698768d44ab302891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:03:15 +0000 Subject: [PATCH] Update urllib3 requirement from <2.4,>=1.25.4 to >=1.25.4,<2.6 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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.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 fdc43594d..673f0b8a7 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.4 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt +urllib3>=1.25.4,<2.6 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt redshift-connector==2.1.7 # used to connect with redshift