From a91552e8a5505e11ae7e4cbb1a952810b6f91c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 02:27:31 +0000 Subject: [PATCH] Bump certifi from 2018.4.16 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2018.04.16...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 12 ++++++++++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 38ac154..97eb440 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] requests = "==2.19.1" -certifi = "==2018.4.16" +certifi = "==2022.12.7" chardet = "==3.0.4" idna = "==2.7" python-decouple = "==3.1" diff --git a/Pipfile.lock b/Pipfile.lock index d97480a..4c3b1cc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5098e6f76b564cb8d219504a72a723ca16c395d3defb83ec75cda3168f6162f3" + "sha256": "31ae4fb7ccbf973e793c02996a4e2cbbc770c03a92cebee7245f3f98a7752a75" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,11 @@ "default": { "certifi": { "hashes": [ - "sha256:13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7", - "sha256:9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0" + "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3", + "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" ], "index": "pypi", - "version": "==2018.4.16" + "version": "==2022.12.7" }, "chardet": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 9d747fd..9452a35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,14 @@ -certifi==2018.4.16 +# +# 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 chardet==3.0.4 -Django==2.1.1 +django==2.1.1 djangorestframework==3.8.2 idna==2.7 python-decouple==3.1