diff --git a/requirements/base.txt b/requirements/base.txt index 71a6904e..db78aec4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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-allauth==65.6.0 # https://github.com/pennersr/django-allauth django-crispy-forms==2.3 # 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 diff --git a/requirements/local.txt b/requirements/local.txt index 95315ac8..fcfcd36a 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -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.2 # 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-debug-toolbar==5.1.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.2.3 # 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 # Containers # ------------------------------------------------------------------------------ -rust-just==1.39.0 # https://github.com/casey/just +rust-just==1.40.0 # https://github.com/casey/just diff --git a/requirements/production.txt b/requirements/production.txt index 3490852d..e0877624 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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 +newrelic==10.8.0 # https://github.com/newrelic/newrelic-python-agent