From f7dc9bddec1dd2400756002ddce7e12eee3ac60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 06:26:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.15 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.15. - [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...1.26.15) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..c46fb11 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 = "1.26.15" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 81a7569..e8fcdc0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "25d6ab43b5b1213d9e7f7a2b9666cc4e448f4a1e26780bfcff7fd6937ccf17a6" + "sha256": "984dced02d9a4f11dbd384e0fc3a16471c234ebf932e190d672fb49d306eb5d8" }, "pipfile-spec": 6, "requires": { @@ -42,11 +42,11 @@ }, "urllib3": { "hashes": [ - "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72", - "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1" + "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305", + "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42" ], "index": "pypi", - "version": "==1.26.14" + "version": "==1.26.15" } }, "develop": {}