Updates locked versions

This commit is contained in:
Trenton Holmes 2023-11-04 17:52:07 -07:00 committed by Trenton H
parent 48b05ed471
commit 75b1fe2e93
2 changed files with 529 additions and 543 deletions

View File

@ -7,7 +7,7 @@ name = "pypi"
dateparser = "~=1.1" dateparser = "~=1.1"
# WARNING: django does not use semver. # WARNING: django does not use semver.
# Only patch versions are guaranteed to not introduce breaking changes. # Only patch versions are guaranteed to not introduce breaking changes.
django = "~=4.2.5" django = "~=4.2.7"
django-auditlog = "*" django-auditlog = "*"
django-celery-results = "*" django-celery-results = "*"
django-compression-middleware = "*" django-compression-middleware = "*"
@ -18,6 +18,7 @@ django-guardian = "*"
django-multiselectfield = "*" django-multiselectfield = "*"
djangorestframework = "~=3.14" djangorestframework = "~=3.14"
djangorestframework-guardian = "*" djangorestframework-guardian = "*"
drf-writable-nested = "*"
bleach = "*" bleach = "*"
celery = "*" celery = "*"
channels = "~=4.0" channels = "~=4.0"
@ -43,7 +44,7 @@ python-ipware = "*"
python-magic = "*" python-magic = "*"
pyzbar = "*" pyzbar = "*"
rapidfuzz = "*" rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"} redis = {extras = ["hiredis"], version = "<5"}
scikit-learn = "~=1.3" scikit-learn = "~=1.3"
setproctitle = "*" setproctitle = "*"
tika-client = "*" tika-client = "*"

1067
Pipfile.lock generated

File diff suppressed because it is too large Load Diff