From 02a63d6ebe0e19fb0760d4fa257ca785d1f45b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:10:57 +0000 Subject: [PATCH] Bump urllib3 from 2.0.2 to 2.2.2 in /script Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 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/2.0.2...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- script/Pipfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/script/Pipfile.lock b/script/Pipfile.lock index 785b89789..f571ec320 100644 --- a/script/Pipfile.lock +++ b/script/Pipfile.lock @@ -138,11 +138,12 @@ }, "urllib3": { "hashes": [ - "sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc", - "sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e" + "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472", + "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" ], - "markers": "python_full_version >= '3.7.0'", - "version": "==2.0.2" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==2.2.2" } }, "develop": {