From 5b7e4ed933b71e0d879028d7f9e21d848301637b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:42:23 +0000 Subject: [PATCH] chore(deps-dev): bump urllib3 from 1.26.8 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.8...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 13 ++++++++----- requirements.txt | 7 ------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3bbf4c018..8feb14531 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1045,7 +1045,9 @@ "version": "==2.2.1" }, "googleapis-common-protos": { - "extras": [], + "extras": [ + + ], "hashes": [ "sha256:a4031d6ec6c2b1b6dc3e0be7e10a1bd72fb0b18b07ef9be7b51f2c1004ce2437", "sha256:e54345a2add15dc5e1a7891c27731ff347b4c33765d79b5ed7026a6c0c7cbcae" @@ -2984,11 +2986,12 @@ }, "urllib3": { "hashes": [ - "sha256:000ca7f471a233c2251c6c7023ee85305721bfdf18621ebff4fd17a8653427ed", - "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c" + "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3", + "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_full_version < '4.0.0'", - "version": "==1.26.8" + "index": "pypi", + "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.19" }, "virtualenv": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index d0f5eb830..e05a494a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,3 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - -i https://pypi.org/simple beautifulsoup4==4.9.3 soupsieve==2.3.1; python_version >= '3.0'