Skip to content

Commit 6463c71

Browse files
build(deps): update urllib3 requirement
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` to 2.5.0 - [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.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7b2d67 commit 6463c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎requirements-aws-lambda-layer.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ urllib3
55
# https://github.com/boto/botocore/blob/develop/setup.cfg
66
# So we pin this here to make our Lambda layer work with
77
# Lambda Function using Python 3.7+
8-
urllib3<1.27; python_version < "3.10"
8+
urllib3<2.6; python_version < "3.10"

0 commit comments

Comments
 (0)