Skip to content

Commit 6b0aeac

Browse files
build(deps): update urllib3 requirement from <1.27 to <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.26.11...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 6000f87 commit 6b0aeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-aws-lambda-layer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ certifi
44
# yet supporting urllib3 1.27.0 never mind 2+.
55
# So we pin this here to make our Lambda layer work with
66
# Lambda Function using Python 3.7+
7-
urllib3<1.27
7+
urllib3<2.5

0 commit comments

Comments
 (0)