diff --git a/requirements/base.txt b/requirements/base.txt index 3d9d0fa9..f006c541 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,21 +1,21 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify -Pillow==11.3.0 # https://github.com/python-pillow/Pillow +Pillow==12.0.0 # https://github.com/python-pillow/Pillow argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi -whitenoise==6.9.0 # https://github.com/evansd/whitenoise +whitenoise==6.11.0 # https://github.com/evansd/whitenoise redis==6.4.0 # https://github.com/redis/redis-py -hiredis==3.2.1 # https://github.com/redis/hiredis-py +hiredis==3.3.0 # https://github.com/redis/hiredis-py celery==5.5.3 # pyup: < 6.0 # https://github.com/celery/celery django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat flower==2.0.1 # https://github.com/mher/flower -PyGithub==2.7.0 # https://github.com/PyGithub/PyGithub +PyGithub==2.8.1 # https://github.com/PyGithub/PyGithub unidiff==0.7.5 # https://github.com/matiasb/python-unidiff # Django # ------------------------------------------------------------------------------ -django==5.1.6 # https://www.djangoproject.com/ +django==5.2.7 # 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.11.1 # https://github.com/pennersr/django-allauth +django-allauth==65.12.1 # https://github.com/pennersr/django-allauth django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2025.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-redis==6.0.0 # https://github.com/jazzband/django-redis @@ -23,7 +23,7 @@ django-simple-history==3.10.1 # https://github.com/django-commons/django-simple 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.7.0 # https://github.com/adamchainz/django-cors-headers +django-cors-headers==4.9.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.1 # https://github.com/jazzband/djangorestframework-simplejwt # DRF-spectacular for api documentation diff --git a/requirements/local.txt b/requirements/local.txt index 011a9bbf..a72a17c4 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,25 +2,25 @@ Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles +watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -django-stubs[compatible-mypy]==5.1.3 # https://github.com/typeddjango/django-stubs -pytest==8.4.1 # https://github.com/pytest-dev/pytest +django-stubs[compatible-mypy]==5.2.7 # https://github.com/typeddjango/django-stubs +pytest==8.4.2 # https://github.com/pytest-dev/pytest pytest-sugar==1.1.1 # https://github.com/Frozenball/pytest-sugar -djangorestframework-stubs[compatible-mypy]==3.15.3 # https://github.com/typeddjango/djangorestframework-stubs +djangorestframework-stubs[compatible-mypy]==3.16.4 # https://github.com/typeddjango/djangorestframework-stubs # Documentation # ------------------------------------------------------------------------------ sphinx==8.2.3 # https://github.com/sphinx-doc/sphinx -sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild +sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild sphinxcontrib-django==2.5 # https://github.com/sphinx-doc/sphinxcontrib-django # Code quality # ------------------------------------------------------------------------------ -ruff==0.12.11 # https://github.com/astral-sh/ruff -coverage==7.10.6 # https://github.com/nedbat/coveragepy +ruff==0.14.1 # https://github.com/astral-sh/ruff +coverage==7.11.0 # https://github.com/nedbat/coveragepy djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint pre-commit==4.3.0 # https://github.com/pre-commit/pre-commit @@ -29,9 +29,9 @@ pre-commit==4.3.0 # https://github.com/pre-commit/pre-commit factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==6.0.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==4.1 # https://github.com/django-extensions/django-extensions -django-coverage-plugin==3.1.1 # https://github.com/nedbat/django_coverage_plugin +django-coverage-plugin==3.2.0 # https://github.com/nedbat/django_coverage_plugin pytest-django==4.11.1 # https://github.com/pytest-dev/pytest-django # Containers # ------------------------------------------------------------------------------ -rust-just==1.42.4 # https://github.com/casey/just +rust-just==1.43.0 # https://github.com/casey/just diff --git a/requirements/production.txt b/requirements/production.txt index c1161b9b..e659294c 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.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.2.11 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------ -django-anymail[sendgrid]==13.0.1 # https://github.com/anymail/django-anymail -newrelic==10.16.0 # https://github.com/newrelic/newrelic-python-agent +django-anymail[sendgrid]==13.1 # https://github.com/anymail/django-anymail +newrelic==11.0.1 # https://github.com/newrelic/newrelic-python-agent