From f14d8dd58dba16c37720ea6e527f968998ac80a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:03:01 +0000 Subject: [PATCH] build(deps): bump the python group across 1 directory with 21 updates Bumps the python group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [whitenoise](https://github.com/evansd/whitenoise) | `6.9.0` | `6.11.0` | | [hiredis](https://github.com/redis/hiredis-py) | `3.2.1` | `3.3.0` | | [django](https://github.com/django/django) | `5.1.11` | `5.2.8` | | [django-allauth[mfa]](https://github.com/sponsors/pennersr) | `65.10.0` | `65.13.0` | | [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.4` | `2.5` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.0` | `3.16.1` | | [django-cors-headers](https://github.com/adamchainz/django-cors-headers) | `4.7.0` | `4.9.0` | | [drf-spectacular](https://github.com/tfranzel/drf-spectacular) | `0.28.0` | `0.29.0` | | [psycopg[c]](https://github.com/psycopg/psycopg) | `3.2.9` | `3.2.12` | | [django-anymail[brevo]](https://github.com/anymail/django-anymail) | `13.0` | `13.1` | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.2.9` | `3.2.12` | | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `1.1.0` | `1.1.1` | | [mypy](https://github.com/python/mypy) | `1.17.0` | `1.18.2` | | [django-stubs[compatible-mypy]](https://github.com/sponsors/typeddjango) | `5.2.2` | `5.2.7` | | [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` | | [djangorestframework-stubs](https://github.com/sponsors/typeddjango) | `3.16.0` | `3.16.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.4` | `0.14.4` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.9.2` | `7.11.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.4.0` | | [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.2` | `3.3.3` | | [django-coverage-plugin](https://github.com/nedbat/django_coverage_plugin) | `3.1.1` | `3.2.0` | Updates `whitenoise` from 6.9.0 to 6.11.0 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.9.0...6.11.0) Updates `hiredis` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/hiredis-py/compare/v3.2.1...v3.3.0) Updates `django` from 5.1.11 to 5.2.8 - [Commits](https://github.com/django/django/compare/5.1.11...5.2.8) Updates `django-allauth[mfa]` from 65.10.0 to 65.13.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `django-crispy-forms` from 2.4 to 2.5 - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/2.4...2.5) Updates `djangorestframework` from 3.16.0 to 3.16.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.0...3.16.1) Updates `django-cors-headers` from 4.7.0 to 4.9.0 - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.7.0...4.9.0) Updates `drf-spectacular` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/tfranzel/drf-spectacular/releases) - [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tfranzel/drf-spectacular/compare/0.28.0...0.29.0) Updates `psycopg[c]` from 3.2.9 to 3.2.12 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.9...3.2.12) Updates `django-anymail[brevo]` from 13.0 to 13.1 - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst) - [Commits](https://github.com/anymail/django-anymail/compare/v13.0...v13.1) Updates `psycopg[binary]` from 3.2.9 to 3.2.12 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.9...3.2.12) Updates `watchfiles` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.1.0...v1.1.1) Updates `mypy` from 1.17.0 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.18.2) Updates `django-stubs[compatible-mypy]` from 5.2.2 to 5.2.7 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `pytest-sugar` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](https://github.com/Teemu/pytest-sugar/compare/v1.0.0...v1.1.1) Updates `djangorestframework-stubs` from 3.16.0 to 3.16.5 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `ruff` from 0.12.4 to 0.14.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.4...0.14.4) Updates `coverage` from 7.9.2 to 7.11.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.9.2...7.11.3) Updates `pre-commit` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.4.0) Updates `factory-boy` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.3.2...3.3.3) Updates `django-coverage-plugin` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/nedbat/django_coverage_plugin/releases) - [Commits](https://github.com/nedbat/django_coverage_plugin/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: hiredis dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django dependency-version: 5.2.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-allauth[mfa] dependency-version: 65.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-crispy-forms dependency-version: '2.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-cors-headers dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: drf-spectacular dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: psycopg[c] dependency-version: 3.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-anymail[brevo] dependency-version: '13.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: psycopg[binary] dependency-version: 3.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: django-stubs[compatible-mypy] dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pytest-sugar dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: djangorestframework-stubs dependency-version: 3.16.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: coverage dependency-version: 7.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: factory-boy dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: django-coverage-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 16 ++++++++-------- requirements/local.txt | 22 +++++++++++----------- requirements/production.txt | 4 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2839a43..5d20fea 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,9 +1,9 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify Pillow==11.3.0 # pyup: != 11.2.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.2.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 django-celery-results==2.6.0 # https://github.com/celery/django-celery-results @@ -11,15 +11,15 @@ django-celery-results==2.6.0 # https://github.com/celery/django-celery-results ccxt==2.4.67 # https://github.com/ccxt/ccxt # Django # ------------------------------------------------------------------------------ -django==5.1.11 # pyup: < 5.2 # https://www.djangoproject.com/ +django==5.2.8 # 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.10.0 # https://github.com/pennersr/django-allauth -django-crispy-forms==2.4 # https://github.com/django-crispy-forms/django-crispy-forms +django-allauth[mfa]==65.13.0 # 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-redis==6.0.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 af57d3a..fd77241 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,16 +2,16 @@ Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[binary]==3.2.9 # https://github.com/psycopg/psycopg -watchfiles==1.1.0 # https://github.com/samuelcolvin/watchfiles +psycopg[binary]==3.2.12 # https://github.com/psycopg/psycopg +watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -mypy==1.17.0 # https://github.com/python/mypy -django-stubs[compatible-mypy]==5.2.2 # https://github.com/typeddjango/django-stubs +mypy==1.18.2 # https://github.com/python/mypy +django-stubs[compatible-mypy]==5.2.7 # https://github.com/typeddjango/django-stubs pytest==8.4.1 # 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.5 # 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.12.4 # https://github.com/astral-sh/ruff -coverage==7.9.2 # https://github.com/nedbat/coveragepy +ruff==0.14.4 # https://github.com/astral-sh/ruff +coverage==7.11.3 # 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.4.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.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 diff --git a/requirements/production.txt b/requirements/production.txt index 108d9ff..6caf16b 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,8 +3,8 @@ -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.12 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------ -django-anymail[brevo]==13.0 # https://github.com/anymail/django-anymail +django-anymail[brevo]==13.1 # https://github.com/anymail/django-anymail