From 84bcc771c31a4fe7b5a143e903a59d406bd3467b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:34:32 +0000 Subject: [PATCH] Bump urllib3 Bumps the pip group with 1 update in the /apigw-s3-lambda-sls-py directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 1.26.19 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- apigw-s3-lambda-sls-py/Pipfile | 2 +- apigw-s3-lambda-sls-py/Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apigw-s3-lambda-sls-py/Pipfile b/apigw-s3-lambda-sls-py/Pipfile index a5fcb91fb..8798e3946 100644 --- a/apigw-s3-lambda-sls-py/Pipfile +++ b/apigw-s3-lambda-sls-py/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -urllib3 = "1.26.19" +urllib3 = "2.2.2" [dev-packages] boto3 = "*" aws-lambda-powertools = "*" diff --git a/apigw-s3-lambda-sls-py/Pipfile.lock b/apigw-s3-lambda-sls-py/Pipfile.lock index 67f4e8d0e..d0f81dd8b 100644 --- a/apigw-s3-lambda-sls-py/Pipfile.lock +++ b/apigw-s3-lambda-sls-py/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "af9493ec7b420f9a9a1d29c0619517c71165e2c70cadff526ee995fe36b553dc" + "sha256": "26dffd3a8fbccd349009a6ea1eee91c5d4583c9606415024cff9396414244fe4" }, "pipfile-spec": 6, "requires": { @@ -18,12 +18,12 @@ "default": { "urllib3": { "hashes": [ - "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3", - "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", - "version": "==1.26.19" + "markers": "python_version >= '3.8'", + "version": "==2.2.2" } }, "develop": {