diff --git a/requirements/base.txt b/requirements/base.txt index f225d99..d95acbc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,28 +1,28 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==11.2.1 # pyup: != 11.2.0 # https://github.com/python-pillow/Pillow -rcssmin==1.1.2 # https://github.com/ndparker/rcssmin +rcssmin==1.2.2 # https://github.com/ndparker/rcssmin argon2-cffi==23.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.2.0 # https://github.com/redis/redis-py -hiredis==3.2.1 # https://github.com/redis/hiredis-py -celery==5.5.2 # pyup: < 6.0 # https://github.com/celery/celery +hiredis==3.3.0 # https://github.com/redis/hiredis-py +celery==5.6.0 # 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 -uvicorn[standard]==0.34.2 # https://github.com/encode/uvicorn -uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker +uvicorn[standard]==0.38.0 # https://github.com/encode/uvicorn +uvicorn-worker==0.4.0 # https://github.com/Kludex/uvicorn-worker # Django # ------------------------------------------------------------------------------ django==5.1.9 # pyup: < 5.2 # 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[mfa]==65.8.1 # https://github.com/pennersr/django-allauth -django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms -crispy-bootstrap5==2025.4 # https://github.com/django-crispy-forms/crispy-bootstrap5 -django-compressor==4.5.1 # https://github.com/django-compressor/django-compressor +django-allauth[mfa]==65.13.1 # 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-compressor==4.6.0 # https://github.com/django-compressor/django-compressor django-redis==5.4.0 # https://github.com/jazzband/django-redis # 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 +djangorestframework==3.16.1 # https://github.com/encode/django-rest-framework +django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers # DRF-spectacular for api documentation -drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular +drf-spectacular==0.29.0 # https://github.com/tfranzel/drf-spectacular diff --git a/requirements/local.txt b/requirements/local.txt index ca432a8..deb6855 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,17 +1,17 @@ -r production.txt -Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug +Werkzeug[watchdog]==3.1.4 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg -watchfiles==1.0.5 # https://github.com/samuelcolvin/watchfiles +psycopg[c]==3.3.1 # https://github.com/psycopg/psycopg +watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -mypy==1.15.0 # https://github.com/python/mypy -django-stubs[compatible-mypy]==5.2.0 # https://github.com/typeddjango/django-stubs +mypy==1.19.0 # https://github.com/python/mypy +django-stubs[compatible-mypy]==5.2.8 # https://github.com/typeddjango/django-stubs pytest==8.3.5 # https://github.com/pytest-dev/pytest -pytest-sugar==1.0.0 # https://github.com/Teemu/pytest-sugar -djangorestframework-stubs==3.16.0 # https://github.com/typeddjango/djangorestframework-stubs +pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar +djangorestframework-stubs==3.16.6 # https://github.com/typeddjango/djangorestframework-stubs # Documentation # ------------------------------------------------------------------------------ @@ -20,16 +20,16 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ -ruff==0.11.11 # https://github.com/astral-sh/ruff -coverage==7.8.2 # https://github.com/nedbat/coveragepy +ruff==0.14.7 # https://github.com/astral-sh/ruff +coverage==7.12.0 # https://github.com/nedbat/coveragepy djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint -pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit +pre-commit==4.5.0 # https://github.com/pre-commit/pre-commit # Django # ------------------------------------------------------------------------------ -factory-boy==3.3.2 # https://github.com/FactoryBoy/factory_boy +factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==5.2.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 +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 diff --git a/requirements/production.txt b/requirements/production.txt index c9cd747..145468e 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,10 +3,10 @@ -r base.txt gunicorn==23.0.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.2.9 # https://github.com/psycopg/psycopg -sentry-sdk==2.29.1 # https://github.com/getsentry/sentry-python +psycopg[c]==3.3.1 # https://github.com/psycopg/psycopg +sentry-sdk==2.47.0 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ django-storages[s3]==1.14.6 # https://github.com/jschneier/django-storages -django-anymail==13.0 # https://github.com/anymail/django-anymail +django-anymail==13.1 # https://github.com/anymail/django-anymail