Loosen restriction and update a couple of packages which were out of date

This commit is contained in:
Trenton H
2023-08-10 10:31:35 -07:00
parent 4deabb41a3
commit 9344e80804
2 changed files with 35 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ django-celery-results = "*"
django-compression-middleware = "*"
django-guardian = "*"
django-extensions = "*"
django-filter = "~=22.1"
django-filter = "~=23.1"
djangorestframework = "~=3.14"
djangorestframework-guardian = "*"
filelock = "*"
@@ -35,8 +35,8 @@ psycopg2 = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.3"
whitenoise = "~=6.3"
watchdog = "~=2.2"
whitenoise = "~=6.5"
watchdog = "~=3.0"
whoosh="~=2.7"
inotifyrecursive = "~=0.3"
ocrmypdf = "~=14.0"
@@ -88,7 +88,6 @@ daphne = "*"
# Documentation
mkdocs-material = "*"
[typing-dev]
mypy = "*"
types-Pillow = "*"