From a5695da8dded1417057f65c5d36974e085b2fda3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:34:01 +0000 Subject: [PATCH] Bump certifi from 2019.11.28 to 2022.12.7 in /sla Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sla/Pipfile | 2 +- sla/Pipfile.lock | 24 ++++++++++++++++++++---- sla/requirements.txt | 14 ++++++++++++-- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/sla/Pipfile b/sla/Pipfile index 33c9f5c..4f6eaa3 100644 --- a/sla/Pipfile +++ b/sla/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -certifi = "==2019.11.28" +certifi = "==2022.12.7" paho-mqtt = "==1.5.0" pipenv = "==2018.11.26" psycopg2-binary = "==2.8.4" diff --git a/sla/Pipfile.lock b/sla/Pipfile.lock index d949267..9cb830d 100644 --- a/sla/Pipfile.lock +++ b/sla/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "286aee6b7268a0012daa3d4582120aad696510253bcdc7bf7875ce8b3f8e2244" + "sha256": "75c756a9017d8495053663ed4c803b524252dd1c7eaf8fca40e69063eb9b93b2" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,11 @@ "default": { "certifi": { "hashes": [ - "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3", - "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f" + "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", + "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" ], "index": "pypi", - "version": "==2019.11.28" + "version": "==2022.12.7" }, "paho-mqtt": { "hashes": [ @@ -31,6 +31,14 @@ "index": "pypi", "version": "==1.5.0" }, + "pip": { + "hashes": [ + "sha256:65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38", + "sha256:908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077" + ], + "markers": "python_version >= '3.7'", + "version": "==22.3.1" + }, "pipenv": { "hashes": [ "sha256:56ad5f5cb48f1e58878e14525a6e3129d4306049cb76d2f6a3e95df0d5fc6330", @@ -78,6 +86,14 @@ "index": "pypi", "version": "==2.8.4" }, + "setuptools": { + "hashes": [ + "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54", + "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75" + ], + "markers": "python_version >= '3.7'", + "version": "==65.6.3" + }, "virtualenv": { "hashes": [ "sha256:0d62c70883c0342d59c11d0ddac0d954d0431321a41ab20851facf2b222598f3", diff --git a/sla/requirements.txt b/sla/requirements.txt index 8f86448..71cfbcb 100644 --- a/sla/requirements.txt +++ b/sla/requirements.txt @@ -1,6 +1,16 @@ -certifi==2019.11.28 +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements +# + +-i https://pypi.org/simple/ +certifi==2022.12.7 paho-mqtt==1.5.0 +pip==22.3.1; python_version >= '3.7' pipenv==2018.11.26 psycopg2-binary==2.8.4 -virtualenv==16.7.9 +setuptools==65.6.3; python_version >= '3.7' virtualenv-clone==0.5.3 +virtualenv==16.7.9