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
12 changes: 6 additions & 6 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==11.1.0 # https://github.com/python-pillow/Pillow
Pillow==11.2.1 # https://github.com/python-pillow/Pillow
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.9.0 # https://github.com/evansd/whitenoise
redis==5.2.1 # https://github.com/redis/redis-py
hiredis==3.1.0 # https://github.com/redis/hiredis-py
celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat==2.7.0 # https://github.com/celery/django-celery-beat
celery==5.5.1 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat==2.8.0 # https://github.com/celery/django-celery-beat
flower==2.0.1 # https://github.com/mher/flower
PyGithub==2.6.1 # https://github.com/PyGithub/PyGithub
unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
Expand All @@ -15,12 +15,12 @@ unidiff==0.7.5 # https://github.com/matiasb/python-unidiff
django==5.1.6 # https://www.djangoproject.com/
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-allauth==65.4.1 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
django-allauth==65.7.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap4==2024.10 # https://github.com/django-crispy-forms/crispy-bootstrap4
django-redis==5.4.0 # https://github.com/jazzband/django-redis
# Django REST Framework
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
djangorestframework==3.16.0 # https://github.com/encode/django-rest-framework
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
Expand Down
16 changes: 8 additions & 8 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles
watchfiles==1.0.5 # https://github.com/samuelcolvin/watchfiles

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

# Code quality
# ------------------------------------------------------------------------------
ruff==0.9.9 # https://github.com/astral-sh/ruff
coverage==7.6.12 # https://github.com/nedbat/coveragepy
ruff==0.11.6 # https://github.com/astral-sh/ruff
coverage==7.8.0 # https://github.com/nedbat/coveragepy
djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint
pre-commit==4.1.0 # https://github.com/pre-commit/pre-commit
pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit

# Django
# ------------------------------------------------------------------------------
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-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
django-debug-toolbar==5.1.0 # https://github.com/jazzband/django-debug-toolbar
django-extensions==4.1 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.10.0 # https://github.com/pytest-dev/pytest-django
pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django

# Containers
# ------------------------------------------------------------------------------
rust-just==1.39.0 # https://github.com/casey/just
rust-just==1.40.0 # https://github.com/casey/just
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
-r base.txt

gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
psycopg[c]==3.2.6 # https://github.com/psycopg/psycopg

# Django
# ------------------------------------------------------------------------------
django-anymail[sendgrid]==12.0 # https://github.com/anymail/django-anymail
newrelic==10.6.0 # https://github.com/newrelic/newrelic-python-agent
django-anymail[sendgrid]==13.0 # https://github.com/anymail/django-anymail
newrelic==10.9.0 # https://github.com/newrelic/newrelic-python-agent