mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-19 12:32:18 +03:00
Bump and add libraries
This commit is contained in:
parent
3f3bc529ae
commit
434c3d2c3a
|
@ -32,7 +32,7 @@ repos:
|
||||||
rev: '1.22.2'
|
rev: '1.22.2'
|
||||||
hooks:
|
hooks:
|
||||||
- id: django-upgrade
|
- id: django-upgrade
|
||||||
args: ['--target-version', '5.0']
|
args: ['--target-version', '5.1']
|
||||||
|
|
||||||
# Run the Ruff linter.
|
# Run the Ruff linter.
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
|
|
|
@ -29,7 +29,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
django==5.0.13 # pyup: < 5.1 # https://www.djangoproject.com/
|
django==5.1.7 # pyup: < 5.2 # https://www.djangoproject.com/
|
||||||
django-environ==0.12.0 # https://github.com/joke2k/django-environ
|
django-environ==0.12.0 # https://github.com/joke2k/django-environ
|
||||||
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
|
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
|
||||||
django-allauth[mfa]==65.4.1 # https://github.com/pennersr/django-allauth
|
django-allauth[mfa]==65.4.1 # https://github.com/pennersr/django-allauth
|
||||||
|
@ -43,6 +43,9 @@ django-redis==5.4.0 # https://github.com/jazzband/django-redis
|
||||||
# Django REST Framework
|
# Django REST Framework
|
||||||
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
|
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
|
||||||
django-cors-headers==4.7.0 # https://github.com/adamchainz/django-cors-headers
|
django-cors-headers==4.7.0 # https://github.com/adamchainz/django-cors-headers
|
||||||
|
dj-rest-auth==7.0.1 # https://github.com/iMerica/dj-rest-auth
|
||||||
|
djangorestframework-simplejwt==5.5.0 # https://github.com/jazzband/djangorestframework-simplejwt
|
||||||
|
django-push-notifications[apns_async,FCM]==3.2.1 # https://github.com/jazzband/django-push-notifications
|
||||||
# DRF-spectacular for api documentation
|
# DRF-spectacular for api documentation
|
||||||
drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular
|
drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
@ -16,6 +16,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
|
||||||
mypy==1.15.0 # https://github.com/python/mypy
|
mypy==1.15.0 # https://github.com/python/mypy
|
||||||
django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs
|
django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs
|
||||||
pytest==8.3.5 # https://github.com/pytest-dev/pytest
|
pytest==8.3.5 # https://github.com/pytest-dev/pytest
|
||||||
|
pytest-mock==3.14.0 # https://github.com/pytest-dev/pytest-mock/
|
||||||
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
|
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
|
||||||
{%- if cookiecutter.use_drf == "y" %}
|
{%- if cookiecutter.use_drf == "y" %}
|
||||||
djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
|
djangorestframework-stubs==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs
|
||||||
|
@ -35,8 +36,7 @@ pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
factory-boy==3.3.2 # https://github.com/FactoryBoy/factory_boy
|
factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy
|
||||||
|
|
||||||
django-debug-toolbar==5.0.1 # https://github.com/jazzband/django-debug-toolbar
|
django-debug-toolbar==5.0.1 # https://github.com/jazzband/django-debug-toolbar
|
||||||
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
|
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
|
||||||
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
|
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user