Updates all backend dependences in one go

This commit is contained in:
Trenton H 2024-02-05 13:24:24 -08:00
parent c508be6ecd
commit fcc499f370
3 changed files with 514 additions and 465 deletions

View File

@ -47,11 +47,11 @@ repos:
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.11'
rev: 'v0.2.0'
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
# Dockerfile hooks

View File

@ -46,11 +46,11 @@ python-magic = "*"
pyzbar = "*"
rapidfuzz = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.3"
scikit-learn = "~=1.4"
setproctitle = "*"
tika-client = "*"
tqdm = "*"
uvicorn = {extras = ["standard"], version = "*"}
uvicorn = {extras = ["standard"], version = "==0.25.0"}
watchdog = "~=3.0"
whitenoise = "~=6.6"
whoosh="~=2.7"

971
Pipfile.lock generated

File diff suppressed because it is too large Load Diff