From e25eed29d07b0d3d679f824635129d4e15f2e305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jun 2022 02:27:48 +0000 Subject: [PATCH] Bump django from 3.2.5 to 3.2.13 Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.5...3.2.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 24 ++++++++---------------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/Pipfile b/Pipfile index 09bb929..0f20e88 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pytz = "==2021.3" sqlparse = "==0.4.1" toml = "==0.10.2" whitenoise = "==5.3.0" -Django = "==3.2.5" +Django = "==3.2.13" requests = "==2.25.1" google-currency = "==1.0.9" python-dotenv = "==0.18.0" diff --git a/Pipfile.lock b/Pipfile.lock index cb5c841..49b4936 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6374a09e5274c5cd7c1e3123fdaf1d407d14ad6f4bf01da171925d7e1966766d" + "sha256": "45d32c4301a2f4d642e258e74313f32512d4d98c628b1ef871607d90d132ffde" }, "pipfile-spec": 6, "requires": { @@ -29,7 +29,7 @@ "sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3", "sha256:ddc25a0ddd899de44d7f451f4375fb971887e65af51e41e5dcf681f59b8b2c9a" ], - "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'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==3.9.1" }, "asgiref": { @@ -122,7 +122,7 @@ "sha256:a0713dc7a1de3f06bc0df5a9567ad19ead2d3d5689b434768a6145bff77c0667", "sha256:f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035" ], - "markers": "python_full_version >= '3.6.2' and python_full_version < '4.0.0'", + "markers": "python_version < '4' and python_full_version >= '3.6.2'", "version": "==0.3.0" }, "click-plugins": { @@ -146,14 +146,6 @@ "index": "pypi", "version": "==2.1.0" }, - "colorama": { - "hashes": [ - "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da", - "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" - ], - "markers": "platform_system == 'Windows'", - "version": "==0.4.5" - }, "deprecated": { "hashes": [ "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d", @@ -172,11 +164,11 @@ }, "django": { "hashes": [ - "sha256:3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd", - "sha256:c58b5f19c5ae0afe6d75cbdd7df561e6eb929339985dbbda2565e1cabb19a62e" + "sha256:6d93497a0a9bf6ba0e0b1a29cccdc40efbfc76297255b1309b3a884a688ec4b6", + "sha256:b896ca61edc079eb6bbaa15cf6071eb69d6aac08cce5211583cfb41515644fdf" ], "index": "pypi", - "version": "==3.2.5" + "version": "==3.2.13" }, "django-heroku": { "hashes": [ @@ -525,7 +517,7 @@ "sha256:238e70234214138ed7b4e8a0fab0e5e13872edab3be586ab8198c407620e2ab9", "sha256:8b536a8ec63dc0751342b3984193a3118f8fca2afe25752bb9b7fffd398552d3" ], - "markers": "platform_system == 'Windows'", + "markers": "python_version >= '3.6'", "version": "==2022.1" }, "tzlocal": { @@ -541,7 +533,7 @@ "sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14", "sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" ], - "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'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.26.9" }, "vine": {