From f30ace6af0870b157e3fdb7ed599b7a172b7bb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 05:33:23 +0000 Subject: [PATCH] Bump django from 4.2.6 to 5.0.4 Bumps [django](https://github.com/django/django) from 4.2.6 to 5.0.4. - [Commits](https://github.com/django/django/compare/4.2.6...5.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index db43b4a..2a0765e 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ whitenoise = "==6.6.0" redis = "==5.0.1" beautifulsoup4 = "==4.12.3" celery = "==5.3.6" -django = "==4.2.6" +django = "==5.0.4" djangoql = "==0.17.1" djangorestframework = "==3.14.0" django-anymail = {extras = ["mailgun"], version = "==10.2"} diff --git a/Pipfile.lock b/Pipfile.lock index 3c9b016..a91029b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "63b31ab91cb495e4a97169808cd4de31645b941b2e62433ce1c0d9a7650b2565" + "sha256": "6014be01f5d641b89906edad26bd96966488c0ebb578bc0aa416c0c077be30fc" }, "pipfile-spec": 6, "requires": { @@ -169,11 +169,11 @@ }, "asgiref": { "hashes": [ - "sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e", - "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed" + "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47", + "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" ], - "markers": "python_version >= '3.7'", - "version": "==3.7.2" + "markers": "python_version >= '3.8'", + "version": "==3.8.1" }, "attrs": { "hashes": [ @@ -444,12 +444,12 @@ }, "django": { "hashes": [ - "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f", - "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215" + "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd", + "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.6" + "markers": "python_version >= '3.10'", + "version": "==5.0.4" }, "django-anymail": { "extras": [