Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the all-django-dependencies group with 32 updates in the / directory:

Package From To
django 4.2.13 5.2.7
django-tailwind 3.8.0 4.3.1
django-htmx 1.17.3 1.26.0
django-extensions 3.2.3 4.1
django-environ 0.10.0 0.12.0
django-multiselectfield 0.1.12 1.0.1
pillow 9.5.0 10.4.0
django-admin-interface 0.24.2 0.30.1
python-dotenv 1.0.1 1.2.1
django-import-export 3.3.9 4.3.13
django-allauth 0.54.0 65.13.0
daphne 4.1.2 4.2.1
django-dbml 0.6.0 0.10.1
django-prose 1.2.2 2.1.0
psycopg2 2.9.9 2.9.11
wagtail 6.1.2 7.1.2
django-modelcluster 6.3 6.4
pandas 2.2.2 2.3.3
numpy 1.26.4 2.3.4
django-imagekit 5.0.0 6.0.0
boto3 1.34.128 1.40.64
django-storages 1.14.3 1.14.6
django-cleanup 8.1.0 9.0.0
whitenoise 6.8.2 6.11.0
black 23.12.1 25.9.0
djhtml 3.0.6 3.0.10
pre-commit 3.7.1 4.3.0
django-debug-toolbar 4.4.2 6.1.0
pytest-django 4.8.0 4.11.1
django-coverage-plugin 3.1.0 3.2.0
pylint-django 2.5.5 2.6.1
pytest-sugar 0.9.7 1.1.1

Updates django from 4.2.13 to 5.2.7

Commits
  • 3cff320 [5.2.x] Bumped version for 5.2.7 release.
  • ed8fc39 [5.2.x] Fixed CVE-2025-59682 -- Fixed potential partial directory-traversal v...
  • 52fbae0 [5.2.x] Fixed CVE-2025-59681 -- Protected QuerySet.annotate(), alias(), aggre...
  • 1794cbf [5.2.x] Made cosmetic edits to 5.2.7 release notes.
  • 81625a1 [5.2.x] Fixed #36587 -- Clarified usage of list.insert() for upload handlers.
  • 6f3813e [5.2.x] Fixed #35877, Refs #36128 -- Documented unique constraint when migrat...
  • 10a2d3b [5.2.x] Added stub release notes and release date for 5.2.7, 5.1.13, and 4.2.25.
  • b2773a3 [5.2.x] Refs #25508 -- Used QuerySet.repr in docs/ref/contrib/postgres/se...
  • 7554c54 [5.2.x] Fixed #36581 -- Updated serialization examples from XML to JSON.
  • 2a2936c [5.2.x] Updated translations from Transifex.
  • Additional commits viewable in compare view

Updates django-tailwind from 3.8.0 to 4.3.1

Changelog

Sourced from django-tailwind's changelog.

Changelog

4.3.0

  • Replaces Poetry with UV for dependency management;
  • Fixes extract_host_and_port to support standalone port numbers (e.g., python manage.py runserver 55555);
  • Updates tox configuration to use dev dependency group;
  • Removes Docker instructions from documentation;

4.2.0

  • Adds new manage.py tailwind plugin_install command to manage Tailwind CSS plugins;
  • Adds optional daisyUI support;

4.1.0

  • Adds new dev command that starts Django development server and Tailwind watcher simultaneously;
  • Automatically installs Honcho if not available when using dev command;
  • Creates Procfile.tailwind for customizable process management;
  • Updates documentation with dev command usage;

4.0.0

  • Adds support for Tailwind CSS v4+;
  • Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via --tailwind-version 3 flag;

3.9.1

  • Brings Python 3.10 support back;
  • Adds Python 3.13 support;

3.9.0

  • Adds --no-package-lock option to python manage.py tailwind install command to optionally skip creating package-lock.json file;
  • Upgrades Tailwind CSS to v3.4.17;
  • Drops support for Python 3.10;
  • Drops support for Django 3.2;
Commits

Updates django-htmx from 1.17.3 to 1.26.0

Changelog

Sourced from django-htmx's changelog.

1.26.0 (2025-09-22)

  • The :ref:django-htmx-extension-script now displays responses with status codes 400 (bad request) and 403 (forbidden), like the existing support for codes 404 and 500. This change can help you debug

    Issue [#521](https://github.com/adamchainz/django-htmx/issues/521) <https://github.com/adamchainz/django-htmx/issues/521>__.

  • Add :func:.reselect to set the HX-Reselect header.

    Issue [#559](https://github.com/adamchainz/django-htmx/issues/559) <https://github.com/adamchainz/django-htmx/issues/559>__.

  • Improve typing of :func:.reswap to only accept valid HTMX swap methods.

    Thanks to Thibaut Decombe in PR [#555](https://github.com/adamchainz/django-htmx/issues/555) <https://github.com/adamchainz/django-htmx/pull/555>__.

  • Prevent :class:.HttpResponseClientRedirect from being called with preserve_request=True, which was added to redirect responses <https://docs.djangoproject.com/en/stable/ref/request-response/#django.http.HttpResponseRedirect>__ in Django 5.2. It doesn’t make sense in the context of a client-side redirect, which always returns a status code of 200, and would crash anyway.

    Issue [#517](https://github.com/adamchainz/django-htmx/issues/517) <https://github.com/adamchainz/django-htmx/issues/517>__.

1.25.0 (2025-09-18)

  • Support Django 6.0.

  • Add Content Security Policy (CSP) nonce support to the template tags.

    Thanks to waifudegen for the report in Issue [#542](https://github.com/adamchainz/django-htmx/issues/542) <https://github.com/adamchainz/django-htmx/issues/542>__.

1.24.1 (2025-09-11)

  • Upgrade the vendored htmx to version 2.0.7 <https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#207---2025-09-08>__.

1.24.0 (2025-09-10)

  • Support Python 3.14.

  • Fix crashes in the extension script for custom error pages.

    Thanks to S Foster for the report in Issue [#546](https://github.com/adamchainz/django-htmx/issues/546) <https://github.com/adamchainz/django-htmx/issues/546>__.

1.23.2 (2025-06-27)

  • Upgrade the vendored htmx to version 2.0.6 <https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md#206---2025-06-27>__.

1.23.1 (2025-06-21)

... (truncated)

Commits

Updates django-extensions from 3.2.3 to 4.1

Release notes

Sourced from django-extensions's releases.

4.1

What's Changed

  • Add: show_permissions command (#1920)
  • Improvement: graph_models, style per app (#1848)
  • Fix: JSONField, bulk_update's (#1924)

New Contributors

Full Changelog: django-extensions/django-extensions@4.0...4.1

4.0

What's Changed

  • Improvement: Support for Python 3.12 and 3.13
  • Improvement: Support for Django 5.x
  • Improvement: Switch from setup.{cfg,py} to pyproject.toml
  • Improvement: graph_models, Add option to display field choices in graph_models (#1854)
  • Improvement: graph_models, Add webp support (#1857)
  • Improvement: graph_models, Support for ordering edges on pydot/dot/graphviz (#1914)
  • Improvement: mail_debug, Update mail_debug command to use aiosmtpd (#1880)
  • Improvement: shell_plus, Improve error message for missing import (#1898)
  • Improvement: reset_db, Add reset_db support for django_tenants (#1855)
  • Improvement: docs, various improvements (#1852, #1888, #1882, #1901, #1912, #1913)
  • Improvement: jobs, Handle non-package modules when looking for job definitions (#1887)
  • Improvement: Add django-prometheus DB backends support (#1800)
  • Improvement: Call post_command when the command raises an unhandled exception (#1837)
  • Fix: sqldiff, do not consider ('serial', 'integer') nor ('bigserial', 'bigint') as a field-type-differ (#1867)
  • Fix: shell_plus, Fix start up order and add history (#1869)
  • Remove pipchecker and associated tests (#1906)
  • Following Django's release numbering style more closely (see https://docs.djangoproject.com/en/5.2/internals/release-process/ )

New Contributors

Full Changelog: django-extensions/django-extensions@3.2.3...4.0

3.2.4b1

... (truncated)

Changelog

Sourced from django-extensions's changelog.

4.1

Changes:

  • Add: show_permissions command (#1920)
  • Improvement: graph_models, style per app (#1848)
  • Fix: JSONField, bulk_update's (#1924)

4.0

Changes:

  • Improvement: Support for Python 3.12 and 3.13
  • Improvement: Support for Django 5.x
  • Improvement: Switch from setup.{cfg,py} to pyproject.toml
  • Improvement: graph_models, Add option to display field choices in graph_models (#1854)
  • Improvement: graph_models, Add webp support (#1857)
  • Improvement: graph_models, Support for ordering edges on pydot/dot/graphviz (#1914)
  • Improvement: mail_debug, Update mail_debug command to use aiosmtpd (#1880)
  • Improvement: shell_plus, Improve error message for missing import (#1898)
  • Improvement: reset_db, Add reset_db support for django_tenants (#1855)
  • Improvement: docs, various improvements (#1852, #1888, #1882, #1901, #1912, #1913)
  • Improvement: jobs, Handle non-package modules when looking for job definitions (#1887)
  • Improvement: Add django-prometheus DB backends support (#1800)
  • Improvement: Call post_command when the command raises an unhandled exception (#1837)
  • Fix: sqldiff, do not consider ('serial', 'integer') nor ('bigserial', 'bigint') as a field-type-differ (#1867)
  • Fix: shell_plus, Fix start up order and add history (#1869)
  • Remove pipchecker and associated tests (#1906)
  • Following Django's release numbering style more closely (see https://docs.djangoproject.com/en/5.2/internals/release-process/ )
Commits

Updates django-environ from 0.10.0 to 0.12.0

Release notes

Sourced from django-environ's releases.

v0.12.0

Fixed Include prefix in the ImproperlyConfigured error message #513.

Added Add support for Python 3.12 and 3.13 #538.

Add support for Django 5.1 #535.

Add support for Django CockroachDB driver #509.

Add support for Django Channels #266.

Changed Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project’s philosophy dictates that it should not be enabled by default for all users #499.

Removed Removed support of Python 3.6, 3.7 and 3.8 #538.

Removed support of Django 1.x. #538.

v0.11.2

Fixed

  • Revert "Add variable expansion" feature due to #490

v0.11.1

Fixed

  • Revert "Add interpolate argument to avoid resolving proxied values." feature due to #485

v0.11.0

Added

  • Added support for Django 4.2 #456.
  • Added support for secure Elasticsearch connections #463.
  • Added variable expansion #468.
  • Added capability to handle comments after #, after quoted values, like KEY= 'part1 # part2' # comment #475.
  • Added support for interpolate parameter #415.

Changed

  • Used mssql-django as engine for SQL Server #446.
  • Changed handling bool values, stripping whitespace around value #475.
  • Use importlib.util.find_spec to replace pkgutil.find_loader #482.

Removed

  • Removed support of Python 3.5.
Changelog

Sourced from django-environ's changelog.

v0.12.0_ - 8-November-2024

Fixed +++++

  • Include prefix in the ImproperlyConfigured error message [#513](https://github.com/joke2k/django-environ/issues/513) <https://github.com/joke2k/django-environ/issues/513>_.

Added +++++

  • Add support for Python 3.12 and 3.13 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Add support for Django 5.1 [#535](https://github.com/joke2k/django-environ/issues/535) <https://github.com/joke2k/django-environ/issues/535>_.
  • Add support for Django CockroachDB driver [#509](https://github.com/joke2k/django-environ/issues/509) <https://github.com/joke2k/django-environ/issues/509>_.
  • Add support for Django Channels [#266](https://github.com/joke2k/django-environ/issues/266) <https://github.com/joke2k/django-environ/issues/266>_.

Changed +++++++

  • Disabled inline comments handling by default due to potential side effects. While the feature itself is useful, the project's philosophy dictates that it should not be enabled by default for all users [#499](https://github.com/joke2k/django-environ/issues/499) <https://github.com/joke2k/django-environ/issues/499>_.

Removed +++++++

  • Removed support of Python 3.6, 3.7 and 3.8 [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.
  • Removed support of Django 1.x. [#538](https://github.com/joke2k/django-environ/issues/538) <https://github.com/joke2k/django-environ/issues/538>_.

v0.11.2_ - 1-September-2023

Fixed +++++

  • Revert "Add variable expansion." feature due to [#490](https://github.com/joke2k/django-environ/issues/490) <https://github.com/joke2k/django-environ/issues/490>_.

v0.11.1_ - 30-August-2023

Fixed +++++

  • Revert "Add interpolate argument to avoid resolving proxied values." feature due to [#485](https://github.com/joke2k/django-environ/issues/485) <https://github.com/joke2k/django-environ/issues/485>_.

v0.11.0_ - 30-August-2023

... (truncated)

Commits

Updates django-multiselectfield from 0.1.12 to 1.0.1

Release notes

Sourced from django-multiselectfield's releases.

v1.0.1

  • Badge image worked on GitHub but was broken on PyPI — fixed it.

v1.0.0

This release introduces multiple changes that are incompatible with previous versions.

The major version number has been incremented following Semantic Versioning (SemVer) <https://semver.org/>_, as several components of the package have changed in ways that may require updates in client code.

The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.

This version contains 40% fewer lines of code compared to the previous release.

Less code means fewer bugs, easier maintenance, and better long-term sustainability.

  • Breaking changes

    • Remove MSFList (01dcad230dc368b88a39bfc36f90ddd145f381a2):

      • Removed: (50d3f785883e0a314f2dc89950e3fe1e88a7ede6)
      • It was created to support MultiSelectFields in admin.list_display, but it never actually worked. If you add a multiselect field to list_display, Django does not call to str method of MSGList (renamed to MSFList)
      • It was created for integer choices too and it is a misconception. This is explained in the README file.
    • Remove MSFFlatchoices (01dcad230dc368b88a39bfc36f90ddd145f381a2):

    • In to_python method, value is a list or a string. (c4579138dda2833cbce26afbf57da5353aa45690)

      • Remove set case and dict case
      • If this breaks something, please create a test to help understand the use case.
    • Removing integer choices:

      • It was a mistake. MultiSelectField inherits of CharField, not IntegerField.
      • It is impossible knows if original choice is (1, 'Item title 2.1') or ('1', 'Item title 2.1')
  • Fix: Form instance generated twice since Django (#168)

  • Fix CSS admin:

  • Fix Properly Display Categorized Choices in get_FOO_display (#169)

  • SortMultiSelectField: (#172)

... (truncated)

Changelog

Sourced from django-multiselectfield's changelog.

1.0.1 (2025-06-12)

  • Badge image worked on GitHub but was broken on PyPI — fixed it.

1.0.0 (2025-06-12)

This release introduces multiple changes that are incompatible with previous versions.

The major version number has been incremented following Semantic Versioning (SemVer) <https://semver.org/>_, as several components of the package have changed in ways that may require updates in client code.

The internal codebase has been significantly cleaned up and reorganized, making it more maintainable and consistent.

This version contains 40% fewer lines of code compared to the previous release.

Less code means fewer bugs, easier maintenance, and better long-term sustainability.

  • Breaking changes

    • Remove MSFList (01dcad230dc368b88a39bfc36f90ddd145f381a2 <https://github.com/goinnn/django-multiselectfield/commit/01dcad230dc368b88a39bfc36f90ddd145f381a2>_):

      • Removed: (50d3f785883e0a314f2dc89950e3fe1e88a7ede6 <https://github.com/goinnn/django-multiselectfield/commit/50d3f785883e0a314f2dc89950e3fe1e88a7ede6>_)
      • It was created to support MultiSelectFields in admin.list_display, but it never actually worked. If you add a multiselect field to list_display, Django does not call to str method of MSGList (renamed to MSFList)
      • It was created for integer choices too and it is a misconception. This is explained in the README file.
    • Remove MSFFlatchoices (01dcad230dc368b88a39bfc36f90ddd145f381a2 <https://github.com/goinnn/django-multiselectfield/commit/01dcad230dc368b88a39bfc36f90ddd145f381a2>_):

      • Removed: (5638247c1d70670d4f81adf35143ef17a7d7575e <https://github.com/goinnn/django-multiselectfield/commit/5638247c1d70670d4f81adf35143ef17a7d7575e>_)
      • In list_display, labels for the choices are now shown (comma-separated) instead of the values of the choices (comma-separated).
    • In to_python method, value is a list or a string. (c4579138dda2833cbce26afbf57da5353aa45690 <https://github.com/goinnn/django-multiselectfield/commit/c4579138dda2833cbce26afbf57da5353aa45690>_)

      • Remove set case and dict case
      • If this breaks something, please create a test to help understand the use case.
    • Removing integer choices:

      • It was a mistake. MultiSelectField inherits of CharField, not IntegerField.
      • It is impossible knows if original choice is (1, 'Item title 2.1') or ('1', 'Item title 2.1')
  • Fix: Form instance generated twice since Django ([#168](https://github.com/goinnn/django-multiselectfield/issues/168) <https://github.com/goinnn/django-multiselectfield/pull/168>_)

  • Fix CSS admin:

    • ([#173](https://github.com/goinnn/django-multiselectfield/issues/173) <https://github.com/goinnn/django-multiselectfield/pull/173>_)
    • (7711f4aa755c81d00f07ce8a6ff0fd9240061f9c <https://github.com/goinnn/django-multiselectfield/commit/7711f4aa755c81d00f07ce8a6ff0fd9240061f9c>_)

... (truncated)

Commits
  • 679bac6 Ready to new release
  • bef2514 Ready to new release
  • 9a564a3 Add image from github (pypi broken)
  • f2b3186 Fix typo error
  • 7289469 Fix another pypi error
  • f17a828 Improve readme file
  • d9e2b97 Fix error uploading to pypi
  • a387bc6 Ready to new release. The major version number has been incremented because t...
  • 4fc1369 If the choices are Proxy str (i18n) patched_display_for_field gets an error
  • 8bafbdb Add static files to package
  • Additional commits viewable in compare view

Updates pillow from 9.5.0 to 10.4.0

Release notes

Sourced from pillow's releases.

10.4.0

https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html

Deprecations

Changes

... (truncated)

Changelog

Sourced from pillow's changelog.

10.4.0 (2024-07-01)

  • Raise FileNotFoundError if show_file() path does not exist #8178 [radarhere]

  • Improved reading 16-bit TGA images with colour #7965 [Yay295, radarhere]

  • Deprecate non-image ImageCms modes #8031 [radarhere]

  • Fixed processing multiple JPEG EXIF markers #8127 [radarhere]

  • Do not preserve EXIFIFD tag by default when saving TIFF images #8110 [radarhere]

  • Added ImageFont.load_default_imagefont() #8086 [radarhere]

  • Added Image.WARN_POSSIBLE_FORMATS #8063 [radarhere]

  • Remove zero-byte end padding when parsing any XMP data #8171 [radarhere]

  • Do not detect Ultra HDR images as MPO #8056 [radarhere]

  • Raise SyntaxError specific to JP2 #8146 [Yay295, radarhere]

  • Do not use first frame duration for other frames when saving APNG images #8104 [radarhere]

  • Consider I;16 pixel size when using a 1 mode mask #8112 [radarhere]

  • When saving multiple PNG frames, convert to mode rather than raw mode #8087 [radarhere]

  • Added byte support to FreeTypeFont #8141 [radarhere]

  • Allow float center for rotate operations #8114 [radarhere]

  • Do not read layers immediately when opening PSD images #8039 [radarhere]

... (truncated)

Commits
  • 9b4fae7 10.4.0 version bump
  • b55d74b Update CHANGES.rst [ci skip]
  • 8daf550 Merge pull request #8178 from radarhere/imageshow
  • c6d8c58 Merge pull request #7965 from Yay295/patch-3
  • c9ec76a Raise FileNotFoundError if show_file() path does not exist
  • b48d175 Update CHANGES.rst [ci skip]
  • 4d6dff3 Merge pull request #8031 from radarhere/imagingcms_modes
  • 70b3815 Merge pull request #8127 from radarhere/multiple_exif_markers
  • 88cd6d4 Rearranged comments
  • 41426a6 Merge pull request #8110 from radarhere/exififd
  • Additional commits viewable in compare view

Updates django-admin-interface from 0.24.2 to 0.30.1

Release notes

Sourced from django-admin-interface's releases.

0.30.1

  • [js] Fix paginator links inside modal (from raw_id_fields) returns 404. #420
  • [css] Fix Django 5.2 selector style. #435
  • [css] Reduce theme toggle button size.
  • [ci] Update linter settings.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.30.0

  • [python] Add Django 5.2 support.
  • [html] Process templates with djade.
  • [i18n] Update Turkish translations. (by @​mcihad in #429)
  • [ci] Add djade pre-commit hook.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump requirements.

0.29.4

  • [html] Guard variables that are not always defined. (by @​merwok in #418)

0.29.3

  • [html] Fix old nocache md5. (by @​merwok in #417)
  • [ci] Bump pre-commit hooks.
  • [ci] Bump codecov action.

0.29.2

  • [js] Highlight tab button with errors. #287 (thanks to @​EricPobot)
  • [css] Improve related widget links style.
  • [css] Improve user reset-password form appearance.
  • [css] Don't show datetime widget on single-line in inlines.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.29.1

  • [css] Hide dashboard app elements when all their models are filtered-out (hidden) by quick-search filters.
  • [ci] Bump pre-commit hooks.

0.29.0

  • [python] Drop Python 3.8, Python 3.9 and Django 3.x support.
  • [python] Add support for admin show_facets option. #396
  • [python] Fix serving static files from third-party services. #384 #385
  • [css] Improve list filter style.
  • [css] Set changelist table cell max-width.
  • [ci] Add Django 5.1 to tox test matrix.
  • [ci] Update pyupgrade and django-upgrade hooks target versions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.28.9

  • [css] Add missing background color variable.
  • [css] Fix fieldsets border color.

... (truncated)

Changelog

Sourced from django-admin-interface's changelog.

0.30.1 - 2025-06-12

  • [js] Fix paginator links inside modal (from raw_id_fields) returns 404. #420
  • [css] Fix Django 5.2 selector style. #435
  • [css] Reduce theme toggle button size.
  • [ci] Update linter settings.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.30.0 - 2025-04-03

  • [python] Add Django 5.2 support.
  • [html] Process templates with djade.
  • [i18n] Update Turkish translations. (by @​mcihad in #429)
  • [ci] Add djade pre-commit hook.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump requirements.

0.29.4 - 2025-01-17

  • [html] Guard variables that are not always defined. (by @​merwok in #418)

0.29.3 - 2025-01-11

  • [html] Fix old nocache...

    Description has been truncated

…y with 32 updates

Bumps the all-django-dependencies group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [django](https://github.com/django/django) | `4.2.13` | `5.2.7` |
| [django-tailwind](https://github.com/timonweb/django-tailwind) | `3.8.0` | `4.3.1` |
| [django-htmx](https://github.com/adamchainz/django-htmx) | `1.17.3` | `1.26.0` |
| [django-extensions](https://github.com/django-extensions/django-extensions) | `3.2.3` | `4.1` |
| [django-environ](https://github.com/joke2k/django-environ) | `0.10.0` | `0.12.0` |
| [django-multiselectfield](https://github.com/goinnn/django-multiselectfield) | `0.1.12` | `1.0.1` |
| [pillow](https://github.com/python-pillow/Pillow) | `9.5.0` | `10.4.0` |
| [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) | `0.24.2` | `0.30.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` |
| [django-import-export](https://github.com/django-import-export/django-import-export) | `3.3.9` | `4.3.13` |
| [django-allauth](https://github.com/sponsors/pennersr) | `0.54.0` | `65.13.0` |
| [daphne](https://github.com/django/daphne) | `4.1.2` | `4.2.1` |
| [django-dbml](https://github.com/makecodesdev/django-dbml) | `0.6.0` | `0.10.1` |
| [django-prose](https://github.com/withlogicco/django-prose) | `1.2.2` | `2.1.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.11` |
| [wagtail](https://github.com/wagtail/wagtail) | `6.1.2` | `7.1.2` |
| [django-modelcluster](https://github.com/wagtail/django-modelcluster) | `6.3` | `6.4` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.3.3` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.3.4` |
| [django-imagekit](https://github.com/matthewwithanm/django-imagekit) | `5.0.0` | `6.0.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.128` | `1.40.64` |
| [django-storages](https://github.com/jschneier/django-storages) | `1.14.3` | `1.14.6` |
| [django-cleanup](https://github.com/un1t/django-cleanup) | `8.1.0` | `9.0.0` |
| [whitenoise](https://github.com/evansd/whitenoise) | `6.8.2` | `6.11.0` |
| [black](https://github.com/psf/black) | `23.12.1` | `25.9.0` |
| [djhtml](https://github.com/rtts/djhtml) | `3.0.6` | `3.0.10` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `4.3.0` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `4.4.2` | `6.1.0` |
| [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.8.0` | `4.11.1` |
| [django-coverage-plugin](https://github.com/nedbat/django_coverage_plugin) | `3.1.0` | `3.2.0` |
| [pylint-django](https://github.com/pylint-dev/pylint-django) | `2.5.5` | `2.6.1` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `0.9.7` | `1.1.1` |



Updates `django` from 4.2.13 to 5.2.7
- [Commits](django/django@4.2.13...5.2.7)

Updates `django-tailwind` from 3.8.0 to 4.3.1
- [Changelog](https://github.com/timonweb/django-tailwind/blob/master/CHANGELOG.md)
- [Commits](timonweb/django-tailwind@3.8.0...4.3.1)

Updates `django-htmx` from 1.17.3 to 1.26.0
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.17.3...1.26.0)

Updates `django-extensions` from 3.2.3 to 4.1
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md)
- [Commits](django-extensions/django-extensions@3.2.3...4.1)

Updates `django-environ` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.10.0...v0.12.0)

Updates `django-multiselectfield` from 0.1.12 to 1.0.1
- [Release notes](https://github.com/goinnn/django-multiselectfield/releases)
- [Changelog](https://github.com/goinnn/django-multiselectfield/blob/master/CHANGES.rst)
- [Commits](goinnn/django-multiselectfield@v0.1.12...v1.0.1)

Updates `pillow` from 9.5.0 to 10.4.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.5.0...10.4.0)

Updates `django-admin-interface` from 0.24.2 to 0.30.1
- [Release notes](https://github.com/fabiocaccamo/django-admin-interface/releases)
- [Changelog](https://github.com/fabiocaccamo/django-admin-interface/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/django-admin-interface@0.24.2...0.30.1)

Updates `python-dotenv` from 1.0.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.2.1)

Updates `django-import-export` from 3.3.9 to 4.3.13
- [Release notes](https://github.com/django-import-export/django-import-export/releases)
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst)
- [Commits](django-import-export/django-import-export@3.3.9...4.3.13)

Updates `django-allauth` from 0.54.0 to 65.13.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `daphne` from 4.1.2 to 4.2.1
- [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt)
- [Commits](django/daphne@4.1.2...4.2.1)

Updates `django-dbml` from 0.6.0 to 0.10.1
- [Release notes](https://github.com/makecodesdev/django-dbml/releases)
- [Commits](https://github.com/makecodesdev/django-dbml/commits)

Updates `django-prose` from 1.2.2 to 2.1.0
- [Release notes](https://github.com/withlogicco/django-prose/releases)
- [Commits](withlogicco/django-prose@1.2.2...2.1.0)

Updates `psycopg2` from 2.9.9 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.9...2.9.11)

Updates `wagtail` from 6.1.2 to 7.1.2
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v6.1.2...v7.1.2)

Updates `django-modelcluster` from 6.3 to 6.4
- [Release notes](https://github.com/wagtail/django-modelcluster/releases)
- [Changelog](https://github.com/wagtail/django-modelcluster/blob/main/CHANGELOG.txt)
- [Commits](wagtail/django-modelcluster@v6.3...v6.4)

Updates `pandas` from 2.2.2 to 2.3.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.3.3)

Updates `numpy` from 1.26.4 to 2.3.4
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.3.4)

Updates `django-imagekit` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/matthewwithanm/django-imagekit/releases)
- [Commits](matthewwithanm/django-imagekit@5.0...6.0)

Updates `boto3` from 1.34.128 to 1.40.64
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.128...1.40.64)

Updates `django-storages` from 1.14.3 to 1.14.6
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.3...1.14.6)

Updates `django-cleanup` from 8.1.0 to 9.0.0
- [Changelog](https://github.com/un1t/django-cleanup/blob/master/CHANGELOG.md)
- [Commits](un1t/django-cleanup@8.1.0...9.0.0)

Updates `whitenoise` from 6.8.2 to 6.11.0
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst)
- [Commits](evansd/whitenoise@6.8.2...6.11.0)

Updates `black` from 23.12.1 to 25.9.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...25.9.0)

Updates `djhtml` from 3.0.6 to 3.0.10
- [Release notes](https://github.com/rtts/djhtml/releases)
- [Commits](rtts/djhtml@3.0.6...3.0.10)

Updates `pre-commit` from 3.7.1 to 4.3.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.1...v4.3.0)

Updates `django-debug-toolbar` from 4.4.2 to 6.1.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@4.4.2...6.1.0)

Updates `pytest-django` from 4.8.0 to 4.11.1
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.8.0...v4.11.1)

Updates `django-coverage-plugin` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/nedbat/django_coverage_plugin/releases)
- [Commits](coveragepy/django_coverage_plugin@v3.1.0...v3.2.0)

Updates `pylint-django` from 2.5.5 to 2.6.1
- [Release notes](https://github.com/pylint-dev/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pylint-dev/pylint-django/commits/v2.6.1)

Updates `pytest-sugar` from 0.9.7 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](Teemu/pytest-sugar@v0.9.7...v1.1.1)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-htmx
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-extensions
  dependency-version: '4.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-environ
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-multiselectfield
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: pillow
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-admin-interface
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-import-export
  dependency-version: 4.3.13
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-allauth
  dependency-version: 65.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: daphne
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-dbml
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-prose
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: psycopg2
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: wagtail
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-modelcluster
  dependency-version: '6.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: numpy
  dependency-version: 2.3.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-imagekit
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: boto3
  dependency-version: 1.40.64
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-storages
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: django-cleanup
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: whitenoise
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: black
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: djhtml
  dependency-version: 3.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-django-dependencies
- dependency-name: pre-commit
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: django-debug-toolbar
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
- dependency-name: pytest-django
  dependency-version: 4.11.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: django-coverage-plugin
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pylint-django
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-django-dependencies
- dependency-name: pytest-sugar
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-django-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update python code labels Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant