diff --git a/requirements/base.txt b/requirements/base.txt index f2d64ce..9ba0dd6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,11 +1,11 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==12.1.1 # https://github.com/python-pillow/Pillow argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi -whitenoise==6.11.0 # https://github.com/evansd/whitenoise -redis==7.1.1 # https://github.com/redis/redis-py +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 -django-celery-beat==2.8.1 # https://github.com/celery/django-celery-beat +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 unidiff==0.7.5 # https://github.com/matiasb/python-unidiff @@ -13,25 +13,25 @@ types-requests==2.32.4.20260107 # https://github.com/python/typeshed # Django # ------------------------------------------------------------------------------ -django==5.2.11 # https://www.djangoproject.com/ -django-environ==0.12.1 # https://github.com/joke2k/django-environ +django==5.2.12 # 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.14.3 # 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-allauth==65.15.0 # 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 django-cors-headers==4.9.0 # https://github.com/adamchainz/django-cors-headers -dj-rest-auth==7.1.0 # https://github.com/iMerica/dj-rest-auth +dj-rest-auth==7.1.1 # 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.39.1 # https://github.com/open-telemetry/opentelemetry-python -opentelemetry-sdk==1.39.1 # https://github.com/open-telemetry/opentelemetry-python -opentelemetry-exporter-otlp-proto-grpc==1.39.1 # https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter/opentelemetry-exporter-otlp-proto-grpc -opentelemetry-instrumentation-django==0.60b1 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-django -opentelemetry-instrumentation-psycopg2==0.60b1 # https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2 +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 diff --git a/requirements/local.txt b/requirements/local.txt index e64242b..1862e1d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r production.txt -Werkzeug[watchdog]==3.1.5 # https://github.com/pallets/werkzeug +Werkzeug[watchdog]==3.1.6 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles @@ -19,7 +19,7 @@ sphinxcontrib-django==2.5 # https://github.com/sphinx-doc/sphinxcontrib-django # Code quality # ------------------------------------------------------------------------------ -ruff==0.15.1 # https://github.com/astral-sh/ruff +ruff==0.15.6 # https://github.com/astral-sh/ruff pytest-cov==7.0.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 diff --git a/requirements/production.txt b/requirements/production.txt index 41f8aed..3d00fa0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==25.1.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.3.2 # https://github.com/psycopg/psycopg +psycopg[c]==3.3.3 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------