From 23c792aa29f357158a12525c310fa7a79962571a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:22:17 +0000 Subject: [PATCH] Bump django from 3.1.1 to 3.1.10 Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.1...3.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 5 +++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 8f2aa6a..540817c 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ asgiref = "==3.2.10" dj-database-url = "==0.5.0" pytz = "==2020.1" sqlparse = "==0.3.1" -Django = "==3.1.1" +Django = "==3.1.10" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 5d5f71d..074f71b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2a4fe50dfa5ef447f97b2612861f8f25fef94e1bea8d81a6f9d87b77dbc6e288" + "sha256": "bf63fcde1136ed2a1c1667875afdb21a088daec70e9bcfcbab9104e0683a5dfa" }, "pipfile-spec": 6, "requires": { @@ -34,11 +34,11 @@ }, "django": { "hashes": [ - "sha256:59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f", - "sha256:b5fbb818e751f660fa2d576d9f40c34a4c615c8b48dd383f5216e609f383371f" + "sha256:973c968e63518859732f018975364785dd96f0581b1e4b12e2a4b749415ac43a", + "sha256:cd6ec37db950a384dba3341b135394fdc776ede4d149fc7abde1e45a21ec4f22" ], "index": "pypi", - "version": "==3.1.1" + "version": "==3.1.10" }, "pytz": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6968bdb..72363d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ +-i https://pypi.org/simple/ asgiref==3.2.10 dj-database-url==0.5.0 -django==3.1.1 +django==3.1.10 pytz==2020.1 -sqlparse==0.3.1 \ No newline at end of file +sqlparse==0.3.1