Merge branch 'master' into pyup-update-uvicorn-0.27.0.post1-to-0.27.1

This commit is contained in:
Bruno Alla 2024-02-12 09:26:03 +00:00 committed by GitHub
commit 991f20e44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -7,9 +7,9 @@ binaryornot==0.4.4
black==24.1.1
isort==5.13.2
flake8==7.0.0
django-upgrade==1.15.0
django-upgrade==1.16.0
djlint==1.34.1
pre-commit==3.6.0
pre-commit==3.6.1
# Testing
# ------------------------------------------------------------------------------

View File

@ -28,7 +28,7 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.15.0'
rev: '1.16.0'
hooks:
- id: django-upgrade
args: ['--target-version', '4.2']

View File

@ -30,7 +30,7 @@ uvicorn[standard]==0.27.1 # https://github.com/encode/uvicorn
# ------------------------------------------------------------------------------
django==4.2.10 # pyup: < 5.0 # https://www.djangoproject.com/
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.61.1 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2023.10 # https://github.com/django-crispy-forms/crispy-bootstrap5

View File

@ -37,7 +37,7 @@ pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
{%- if cookiecutter.use_celery == 'y' %}
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
{%- endif %}
pre-commit==3.6.0 # https://github.com/pre-commit/pre-commit
pre-commit==3.6.1 # https://github.com/pre-commit/pre-commit
# Django
# ------------------------------------------------------------------------------