From ba501a2b4412487c30622e7a0b1af0026da10403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:19:22 +0000 Subject: [PATCH] Bump django from 2.2.24 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.24...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index cd79c13..6de843c 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [packages] pytz = "~=2019.0" -Django = "~=2.2.24" +Django = "~=2.2.28" psycopg2 = "~=2.8.0" [requires] diff --git a/Pipfile.lock b/Pipfile.lock index c103749..860c81e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1763cdf703200303f4771960d8fdfd9b98aa744337c70ce087b8e24edd51747c" + "sha256": "702fb55847c2d5f9cd97dff83dd9e0b78ee07c5c89fc42616d54a8dc29e851bb" }, "pipfile-spec": 6, "requires": { @@ -18,11 +18,11 @@ "default": { "django": { "hashes": [ - "sha256:3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7", - "sha256:f2084ceecff86b1e631c2cd4107d435daf4e12f1efcdf11061a73bf0b5e95f92" + "sha256:0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413", + "sha256:365429d07c1336eb42ba15aa79f45e1c13a0b04d5c21569e7d596696418a6a45" ], "index": "pypi", - "version": "==2.2.24" + "version": "==2.2.28" }, "psycopg2": { "hashes": [ @@ -54,7 +54,7 @@ "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae", "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d" ], - "index": "pypi", + "markers": "python_version >= '3.5'", "version": "==0.4.2" } },