From f4a2b1f52f4c6a86891d84583e894b0ee34609b9 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:29:05 -0800 Subject: [PATCH] One last lock --- Pipfile | 6 +++--- Pipfile.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index db5b72724..9c34b69b4 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" dateparser = "~=1.2" # WARNING: django does not use semver. # Only patch versions are guaranteed to not introduce breaking changes. -django = "~=5.1.1" +django = "~=5.1.2" django-allauth = {extras = ["socialaccount"], version = "*"} django-auditlog = "*" django-celery-results = "*" @@ -18,7 +18,7 @@ django-filter = "~=24.3" django-guardian = "*" django-multiselectfield = "*" django-soft-delete = "*" -djangorestframework = "==3.15.2" +djangorestframework = "~=3.15.2" djangorestframework-guardian = "*" drf-writable-nested = "*" bleach = "*" @@ -37,7 +37,7 @@ jinja2 = "~=3.1" langdetect = "*" mysqlclient = "*" nltk = "*" -ocrmypdf = "~=16.5" +ocrmypdf = "~=16.6" pathvalidate = "*" pdf2image = "*" psycopg = {version = "*", extras = ["c"]} diff --git a/Pipfile.lock b/Pipfile.lock index daa863685..20a55ba23 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "359f5f440206a0f7a4da7868453a03622baa22cce4e5e2f6ab45612b16cba621" + "sha256": "bc46bf680a44d83e7de88ac1b825163ff20819dcd6b01624763a2872d056f558" }, "pipfile-spec": 6, "requires": {},