From 30a8c77977a3ab8d5b6261d4c05b61a14d69c8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:05:20 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.0.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.0.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.14...2.0.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 4772844..6941897 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" certifi = "==2022.12.07" python-dateutil = "2.8.2" six = "1.16.0" -urllib3 = "1.26.14" +urllib3 = "2.0.2" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 81a7569..124b994 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "25d6ab43b5b1213d9e7f7a2b9666cc4e448f4a1e26780bfcff7fd6937ccf17a6" + "sha256": "166a03e76c8496574ba8adfeebfd148d65a67de2665ee0f4ea703feb6b983688" }, "pipfile-spec": 6, "requires": { @@ -42,11 +42,11 @@ }, "urllib3": { "hashes": [ - "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72", - "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1" + "sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc", + "sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e" ], "index": "pypi", - "version": "==1.26.14" + "version": "==2.0.2" } }, "develop": {}