update dependencies

This commit is contained in:
Simon 2025-03-08 17:40:32 +07:00
parent 11a518889a
commit 0a801e6b72
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
4 changed files with 370 additions and 372 deletions

View File

@ -4,14 +4,14 @@ repos:
hooks:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
alias: python
files: ^backend/
args: ["--line-length=79"]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.1
hooks:
- id: isort
name: isort (python)
@ -19,19 +19,19 @@ repos:
files: ^backend/
args: ["--profile", "black", "-l 79"]
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
alias: python
files: ^backend/
args: ["--max-complexity=10", "--max-line-length=79"]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: ^frontend/package-lock.json
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.17.0
rev: v9.22.0
hooks:
- id: eslint
name: eslint

View File

@ -1,10 +1,10 @@
-r requirements.txt
ipython==8.32.0
ipython==9.0.1
pre-commit==4.1.0
pylint-django==2.6.1
pylint==3.3.4
pytest-django==4.10.0
pytest==8.3.4
pytest==8.3.5
python-dotenv==1.0.1
requirementscheck==0.0.5
types-requests==2.32.0.20241016
requirementscheck==0.0.6
types-requests==2.32.0.20250306

View File

@ -3,7 +3,7 @@ celery==5.4.0
django-auth-ldap==5.1.0
django-celery-beat==2.7.0
django-cors-headers==4.7.0
Django==5.1.6
Django==5.1.7
djangorestframework==3.15.2
drf-spectacular==0.28.0
Pillow==11.1.0

File diff suppressed because it is too large Load Diff