Skip to content

Commit 1ebe696

Browse files
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](urllib3/urllib3@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] <[email protected]>
1 parent 755aeb4 commit 1ebe696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ freezegun
33
pytest-mock
44
pydeequ
55
# Explicitly set urllib3 version compatible with botocore to pass CI tests
6-
urllib3>=1.25.4,<2.4 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
6+
urllib3>=1.25.4,<2.5 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
77
redshift-connector==2.1.5 # used to connect with redshift

0 commit comments

Comments
 (0)