From c5e50ba4bb61e393e6eaa10681e61134c2963fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:46:06 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.0.4. - [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.4) --- 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..04aee8c 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.4" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 81a7569..2f64ccc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "25d6ab43b5b1213d9e7f7a2b9666cc4e448f4a1e26780bfcff7fd6937ccf17a6" + "sha256": "8f6f10d0b88bdd518833a42568167a1d02ddacf29b88a8541c94ec49b3ce981b" }, "pipfile-spec": 6, "requires": { @@ -42,11 +42,11 @@ }, "urllib3": { "hashes": [ - "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72", - "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1" + "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11", + "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4" ], "index": "pypi", - "version": "==1.26.14" + "version": "==2.0.4" } }, "develop": {}