From 1ebe69639abfff845fcf3b3261ef0e4b7a3546dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:05:59 +0000 Subject: [PATCH] Update urllib3 requirement from <2.4,>=1.25.4 to >=1.25.4,<2.5 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.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.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 360f58cb6..51d549113 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.5 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt redshift-connector==2.1.5 # used to connect with redshift