Skip to content
Open
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
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
Pillow==12.1.1 # https://github.com/python-pillow/Pillow
Pillow==12.2.0 # https://github.com/python-pillow/Pillow
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.12.0 # https://github.com/evansd/whitenoise
redis==7.3.0 # 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
redis==7.4.0 # https://github.com/redis/redis-py
hiredis==3.3.1 # https://github.com/redis/hiredis-py
celery==5.6.3 # pyup: < 6.0 # https://github.com/celery/celery
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
PyGithub==2.9.1 # https://github.com/PyGithub/PyGithub
unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
types-requests==2.32.4.20260107 # https://github.com/python/typeshed
types-requests==2.33.0.20260408 # https://github.com/python/typeshed

# Django
# ------------------------------------------------------------------------------
django==5.2.12 # https://www.djangoproject.com/
django==5.2.13 # https://www.djangoproject.com/
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.15.0 # https://github.com/pennersr/django-allauth
django-allauth==65.16.1 # https://github.com/pennersr/django-allauth
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
djangorestframework==3.17.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.2.0 # 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
django-prometheus==2.4.1 # https://github.com/django-commons/django-prometheus
opentelemetry-api==1.40.0 # https://github.com/open-telemetry/opentelemetry-python
opentelemetry-sdk==1.40.0 # https://github.com/open-telemetry/opentelemetry-python
opentelemetry-exporter-otlp-proto-grpc==1.40.0 # https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-grpc
opentelemetry-instrumentation-django==0.61b0 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-django
opentelemetry-instrumentation-psycopg2==0.61b0 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2
opentelemetry-api==1.41.1 # https://github.com/open-telemetry/opentelemetry-python
opentelemetry-sdk==1.41.1 # https://github.com/open-telemetry/opentelemetry-python
opentelemetry-exporter-otlp-proto-grpc==1.41.1 # https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-grpc
opentelemetry-instrumentation-django==0.62b1 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-django
opentelemetry-instrumentation-psycopg2==0.62b1 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2
20 changes: 10 additions & 10 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-r production.txt

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

# Testing
# ------------------------------------------------------------------------------
django-stubs[compatible-mypy]==5.2.9 # https://github.com/typeddjango/django-stubs
pytest==9.0.2 # https://github.com/pytest-dev/pytest
django-stubs[compatible-mypy]==6.0.3 # https://github.com/typeddjango/django-stubs
pytest==9.0.3 # https://github.com/pytest-dev/pytest
pytest-sugar==1.1.1 # https://github.com/Frozenball/pytest-sugar
djangorestframework-stubs[compatible-mypy]==3.16.8 # https://github.com/typeddjango/djangorestframework-stubs
djangorestframework-stubs[compatible-mypy]==3.16.9 # https://github.com/typeddjango/djangorestframework-stubs

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

# Code quality
# ------------------------------------------------------------------------------
ruff==0.15.6 # https://github.com/astral-sh/ruff
pytest-cov==7.0.0 # https://github.com/pytest-dev/pytest-cov
ruff==0.15.12 # https://github.com/astral-sh/ruff
pytest-cov==7.1.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
pre-commit==4.6.0 # https://github.com/pre-commit/pre-commit

# Django
# ------------------------------------------------------------------------------
factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy
django-debug-toolbar==6.2.0 # https://github.com/jazzband/django-debug-toolbar
django-debug-toolbar==6.3.0 # https://github.com/jazzband/django-debug-toolbar
django-extensions==4.1 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==3.2.0 # https://github.com/nedbat/django_coverage_plugin
django-coverage-plugin==3.2.2 # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.12.0 # https://github.com/pytest-dev/pytest-django

# Containers
# ------------------------------------------------------------------------------
rust-just==1.47.0 # https://github.com/casey/just
rust-just==1.50.0 # https://github.com/casey/just
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

-r base.txt

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

# Django
# ------------------------------------------------------------------------------
django-anymail[sendgrid]==14.0 # https://github.com/anymail/django-anymail
django-anymail[sendgrid]==15.0 # https://github.com/anymail/django-anymail
Loading