mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Merge branch 'master' into pyup-update-ruff-0.8.1-to-0.8.2
# Conflicts: # {{cookiecutter.project_slug}}/requirements/local.txt
This commit is contained in:
commit
d0aa3079bc
|
@ -1,5 +1,5 @@
|
|||
# define an alias for the specific python version used in this file.
|
||||
FROM docker.io/python:3.12.7-slim-bookworm AS python
|
||||
FROM docker.io/python:3.12.8-slim-bookworm AS python
|
||||
|
||||
# Python build stage
|
||||
FROM python AS python-build-stage
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# define an alias for the specific python version used in this file.
|
||||
FROM docker.io/python:3.12.7-slim-bookworm AS python
|
||||
FROM docker.io/python:3.12.8-slim-bookworm AS python
|
||||
|
||||
|
||||
# Python build stage
|
||||
|
|
|
@ -25,7 +25,7 @@ RUN npm run build
|
|||
|
||||
{%- endif %}
|
||||
# define an alias for the specific python version used in this file.
|
||||
FROM docker.io/python:3.12.7-slim-bookworm AS python
|
||||
FROM docker.io/python:3.12.8-slim-bookworm AS python
|
||||
|
||||
# Python build stage
|
||||
FROM python AS python-build-stage
|
||||
|
|
|
@ -11,9 +11,9 @@ argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
|
|||
{%- if cookiecutter.use_whitenoise == 'y' %}
|
||||
whitenoise==6.8.2 # https://github.com/evansd/whitenoise
|
||||
{%- endif %}
|
||||
redis==5.2.0 # https://github.com/redis/redis-py
|
||||
redis==5.2.1 # https://github.com/redis/redis-py
|
||||
{%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %}
|
||||
hiredis==3.0.0 # https://github.com/redis/hiredis-py
|
||||
hiredis==3.1.0 # https://github.com/redis/hiredis-py
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_celery == "y" %}
|
||||
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
|
||||
|
@ -29,7 +29,7 @@ uvicorn-worker==0.2.0 # https://github.com/Kludex/uvicorn-worker
|
|||
|
||||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
django==5.0.9 # pyup: < 5.1 # https://www.djangoproject.com/
|
||||
django==5.0.10 # pyup: < 5.1 # https://www.djangoproject.com/
|
||||
django-environ==0.11.2 # https://github.com/joke2k/django-environ
|
||||
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
|
||||
django-allauth[mfa]==65.3.0 # https://github.com/pennersr/django-allauth
|
||||
|
|
|
@ -29,7 +29,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild
|
|||
# Code quality
|
||||
# ------------------------------------------------------------------------------
|
||||
ruff==0.8.2 # https://github.com/astral-sh/ruff
|
||||
coverage==7.6.8 # https://github.com/nedbat/coveragepy
|
||||
coverage==7.6.9 # https://github.com/nedbat/coveragepy
|
||||
djlint==1.36.3 # https://github.com/Riverside-Healthcare/djLint
|
||||
pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit
|
||||
|
||||
|
|
|
@ -8,10 +8,10 @@ psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg
|
|||
Collectfasta==3.2.0 # https://github.com/jasongi/collectfasta
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_sentry == "y" %}
|
||||
sentry-sdk==2.19.0 # https://github.com/getsentry/sentry-python
|
||||
sentry-sdk==2.19.2 # https://github.com/getsentry/sentry-python
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
|
||||
hiredis==3.0.0 # https://github.com/redis/hiredis-py
|
||||
hiredis==3.1.0 # https://github.com/redis/hiredis-py
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
|
|
Loading…
Reference in New Issue
Block a user