update dependencies
This commit is contained in:
parent
11a518889a
commit
0a801e6b72
@ -4,14 +4,14 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 24.10.0
|
rev: 25.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
alias: python
|
alias: python
|
||||||
files: ^backend/
|
files: ^backend/
|
||||||
args: ["--line-length=79"]
|
args: ["--line-length=79"]
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
rev: 5.13.2
|
rev: 6.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
@ -19,19 +19,19 @@ repos:
|
|||||||
files: ^backend/
|
files: ^backend/
|
||||||
args: ["--profile", "black", "-l 79"]
|
args: ["--profile", "black", "-l 79"]
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 7.1.1
|
rev: 7.1.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
alias: python
|
alias: python
|
||||||
files: ^backend/
|
files: ^backend/
|
||||||
args: ["--max-complexity=10", "--max-line-length=79"]
|
args: ["--max-complexity=10", "--max-line-length=79"]
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.3.0
|
rev: v2.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
exclude: ^frontend/package-lock.json
|
exclude: ^frontend/package-lock.json
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v9.17.0
|
rev: v9.22.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
name: eslint
|
name: eslint
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
ipython==8.32.0
|
ipython==9.0.1
|
||||||
pre-commit==4.1.0
|
pre-commit==4.1.0
|
||||||
pylint-django==2.6.1
|
pylint-django==2.6.1
|
||||||
pylint==3.3.4
|
pylint==3.3.4
|
||||||
pytest-django==4.10.0
|
pytest-django==4.10.0
|
||||||
pytest==8.3.4
|
pytest==8.3.5
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
requirementscheck==0.0.5
|
requirementscheck==0.0.6
|
||||||
types-requests==2.32.0.20241016
|
types-requests==2.32.0.20250306
|
||||||
|
@ -3,7 +3,7 @@ celery==5.4.0
|
|||||||
django-auth-ldap==5.1.0
|
django-auth-ldap==5.1.0
|
||||||
django-celery-beat==2.7.0
|
django-celery-beat==2.7.0
|
||||||
django-cors-headers==4.7.0
|
django-cors-headers==4.7.0
|
||||||
Django==5.1.6
|
Django==5.1.7
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
drf-spectacular==0.28.0
|
drf-spectacular==0.28.0
|
||||||
Pillow==11.1.0
|
Pillow==11.1.0
|
||||||
|
722
frontend/package-lock.json
generated
722
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user