Skip to content

Commit

Permalink
build(deps): update urllib3 requirement from <1.27 to <2.4
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.26.11...2.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent f6281f5 commit be56b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-aws-lambda-layer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ certifi
# yet supporting urllib3 1.27.0 never mind 2+.
# So we pin this here to make our Lambda layer work with
# Lambda Function using Python 3.7+
urllib3<1.27
urllib3<2.4

0 comments on commit be56b8c

Please sign in to comment.