From e0e14bca710c228d5f244549e090fe41dd68f5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:25:22 +0000 Subject: [PATCH] Bump urllib3 from 1.26.9 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18. - [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.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index fea70d4..02acbcd 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ certifi = "==2022.12.7" charset-normalizer = "==2.0.12" idna = "==3.3" requests = "==2.31.0" -urllib3 = "==1.26.9" +urllib3 = "==1.26.18" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 9cba766..9880d56 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f3bdc717dc62b85d7e46532ad837fe150edd5eb91632ea7a6b47020268dfc7dc" + "sha256": "dfb57b2a9a2a404fe08b7d4b1f05019c2ae1efea17650f1c31f9dce55bf947a2" }, "pipfile-spec": 6, "requires": { @@ -22,6 +22,7 @@ "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" ], "index": "pypi", + "markers": "python_version >= '3.6'", "version": "==2022.12.7" }, "charset-normalizer": { @@ -30,6 +31,7 @@ "sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df" ], "index": "pypi", + "markers": "python_full_version >= '3.5.0'", "version": "==2.0.12" }, "idna": { @@ -38,6 +40,7 @@ "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" ], "index": "pypi", + "markers": "python_version >= '3.5'", "version": "==3.3" }, "requests": { @@ -46,15 +49,17 @@ "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==2.31.0" }, "urllib3": { "hashes": [ - "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14", - "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], "index": "pypi", - "version": "==1.26.9" + "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.18" } }, "develop": {}