Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
Pillow==12.1.1 # https://github.com/python-pillow/Pillow
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.11.0 # https://github.com/evansd/whitenoise
redis==7.1.1 # https://github.com/redis/redis-py
whitenoise==6.12.0 # https://github.com/evansd/whitenoise
redis==7.2.1 # https://github.com/redis/redis-py
hiredis==3.3.0 # https://github.com/redis/hiredis-py
celery==5.6.2 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat
django-celery-beat==2.9.0 # https://github.com/celery/django-celery-beat
flower==2.0.1 # https://github.com/mher/flower
PyGithub==2.8.1 # https://github.com/PyGithub/PyGithub
unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
Expand All @@ -14,18 +14,18 @@ types-requests==2.32.4.20260107 # https://github.com/python/typeshed
# Django
# ------------------------------------------------------------------------------
django==5.2.11 # https://www.djangoproject.com/
django-environ==0.12.1 # https://github.com/joke2k/django-environ
django-environ==0.13.0 # https://github.com/joke2k/django-environ
django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils
django-allauth==65.14.3 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.5 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-crispy-forms==2.6 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2026.3 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-redis==6.0.0 # https://github.com/jazzband/django-redis
django-simple-history==3.11.0 # https://github.com/django-commons/django-simple-history
django-mptt==0.18.0 # https://github.com/django-mptt/django-mptt
# Django REST Framework
djangorestframework==3.16.1 # https://github.com/encode/django-rest-framework
django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers
dj-rest-auth==7.1.0 # https://github.com/iMerica/dj-rest-auth
dj-rest-auth==7.1.1 # https://github.com/iMerica/dj-rest-auth
djangorestframework-simplejwt==5.5.1 # https://github.com/jazzband/djangorestframework-simplejwt
drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular
# Observability
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r production.txt

Werkzeug[watchdog]==3.1.5 # https://github.com/pallets/werkzeug
Werkzeug[watchdog]==3.1.6 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles

Expand All @@ -19,7 +19,7 @@ sphinxcontrib-django==2.5 # https://github.com/sphinx-doc/sphinxcontrib-django

# Code quality
# ------------------------------------------------------------------------------
ruff==0.15.1 # https://github.com/astral-sh/ruff
ruff==0.15.4 # https://github.com/astral-sh/ruff
pytest-cov==7.0.0 # https://github.com/pytest-dev/pytest-cov
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
pre-commit==4.5.1 # https://github.com/pre-commit/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-r base.txt

gunicorn==25.1.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.3.2 # https://github.com/psycopg/psycopg
psycopg[c]==3.3.3 # https://github.com/psycopg/psycopg

# Django
# ------------------------------------------------------------------------------
Expand Down