Skip to content

Commit

Permalink
Update urllib3 requirement in /scripts
Browse files Browse the repository at this point in the history
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.2.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 0b45ad5 commit 6d15d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ freezegun
pytest-mock
pydeequ
# Explicitly set urllib3 version compatible with botocore to pass CI tests
urllib3>=1.25.4,<1.27 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
urllib3>=1.25.4,<2.3 # glue 4 is using urllib3==1.25.11 so don't need add to requirements.build.txt
redshift-connector==2.1.3 # used to connect with redshift

0 comments on commit 6d15d35

Please sign in to comment.