From 250bf697490c92138eb41b4fa6316c62b038b5cb Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Sat, 4 May 2024 23:19:29 -0400 Subject: [PATCH] fix Pipfile --- Pipfile | 2 +- Pipfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index a2e826dd..bc926475 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ requests = "~=2.31" psutil = "~=5.9" celery = "~=5.3.5" # Celery v5.4 may stop supporting Python 3.8 django-celery-results = "~=2.5" -django-markdownify = "~=0.9.0" # includes the markdown package +django-markdownify = "~=0.9" # includes the markdown package psycopg = "~=3.1" virtualenv = "~=20.26" redis = "~=5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 10ff3018..84feff88 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "be0a1321452678e0623594bbf6cb7e75e2beeceeb49fb9dc06ae2b93115676fc" + "sha256": "43f024e633e4e451a03b4907341ff79c0c15bad2fa03432de9fe85398c705ff6" }, "pipfile-spec": 6, "requires": {