From 546acefd67108a66aadab7ab6c344861403192ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 01:27:38 +0000 Subject: [PATCH] Bump certifi from 2018.11.29 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.11.29 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.11.29...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++++++---- requirements.txt | 19 ++++++++++++++----- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index c0f9b9c..3c7a5e2 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ python-dateutil = "==2.7.5" tqdm = "==4.29.0" bleach = "==3.0.2" altgraph = "==0.16.1" -certifi = "==2018.11.29" +certifi = "==2022.12.7" future = "==0.17.1" idna = "==2.8" macholib = "==1.11" diff --git a/Pipfile.lock b/Pipfile.lock index 5c771ae..9fea4ec 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "aed0770e9659a22969885a6e151f00985319e0b11f8331e6b840abc0fcae57a2" + "sha256": "2199f6fbf3d5801970e48da8c437ed6acef6da6ba8443fab3d284394f5134877" }, "pipfile-spec": 6, "requires": { @@ -42,11 +42,11 @@ }, "certifi": { "hashes": [ - "sha256:47f9c83ef4c0c621eaef743f133f09fa8a74a9b75f037e8624f83bd1b6626cb7", - "sha256:993f830721089fef441cdfeb4b2c8c9df86f0c63239f06bd025a76a7daddb033" + "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", + "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" ], "index": "pypi", - "version": "==2018.11.29" + "version": "==2022.12.7" }, "future": { "hashes": [ @@ -151,6 +151,14 @@ "index": "pypi", "version": "==2018.7" }, + "setuptools": { + "hashes": [ + "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54", + "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75" + ], + "markers": "python_version >= '3.7'", + "version": "==65.6.3" + }, "six": { "hashes": [ "sha256:3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", diff --git a/requirements.txt b/requirements.txt index 87b633d..a835629 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,26 @@ +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple/ altgraph==0.16.1 -Babel==2.6.0 +babel==2.6.0 bleach==3.0.2 -certifi==2018.11.29 +certifi==2022.12.7 future==0.17.1 idna==2.8 -Jinja2==2.10 +jinja2==2.10 macholib==1.11 markdown==3.0.1 -MarkupSafe==1.1.0 +markupsafe==1.1.0 pefile==2018.8.8 -PyInstaller==3.4 +pyinstaller==3.4 python-dateutil==2.7.5 pytz==2018.7 +setuptools==65.6.3; python_version >= '3.7' six==1.12.0 tqdm==4.29.0 urllib3==1.24.1