Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Updates the requirements on django, django-environ, django-tailwind, django-allauth, wagtail, django-taggit, django-admin-interface, django-filter, django-unfold, black, pre-commit and django-debug-toolbar to permit the latest version.
Updates django to 6.0

Commits
  • 36b5f39 [6.0.x] Bumped version for 6.0 release.
  • 4f46d1f [6.0.x] Updated man page for Django 6.0.
  • a9f5ca5 [6.0.x] Refs #35859 -- Clarified Tasks ref and topics docs regarding availabl...
  • 45f9e0e [6.0.x] Finalized release notes for Django 6.0.
  • ac44a55 [6.0.x] Made cosmetic edits to docs/releases/6.0.txt.
  • 00575b7 [6.0.x] Updated translations from Transifex.
  • 8414487 [6.0.x] Refs #35444 -- Fixed typo in PostgreSQL StringAgg deprecation warning.
  • 1f8f36e [6.0.x] Added CVE-2025-13372 and CVE-2025-64460 to security archive.
  • 224fc79 [6.0.x] Added stub release notes for 5.2.10.
  • 1dbd07a [6.0.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...
  • Additional commits viewable in compare view

Updates django-environ 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.

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-tailwind to 4.4.2

Changelog

Sourced from django-tailwind's changelog.

4.4.2

  • Fixes an issue with CSS path configuration.

4.4.1

  • Fixes an issue when raw_input is used instead of input.

4.4.0

  • Standalone Tailwind CSS binary support via pytailwindcss;
  • TAILWIND_USE_STANDALONE_BINARY setting to force standalone binary mode;
  • TAILWIND_STANDALONE_BINARY_VERSION setting to control standalone binary version (default: v4.1.16);
  • Automatic detection of standalone vs npm-based installations (checks for package.json presence);
  • app_template_v4_standalone/ cookiecutter template for standalone binary apps;
  • Updates documentation;
  • Node.js is now optional when using standalone binary mode;

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;

... (truncated)

Commits
  • dfb5a00 Releases 4.4.2
  • 216c9e9 Merge pull request #244 from synthghost/patch-1
  • 2b5a013 Fix settings-based CSS path configuration
  • bfd4250 Add Star History section to README
  • 4c8ef98 Delete manage.py
  • 4b0e428 Releases 4.4.1
  • 46fb9a9 Merge pull request #241 from evangeloskp/fix-distlib-import-error
  • 34150e8 Fix ImportError by replacing distlib.compat.raw_input with built-in input()
  • 91c509a Update CI badge in README.md
  • 4ac8150 Releases 4.4.0
  • Additional commits viewable in compare view

Updates django-allauth to 65.13.1

Commits

Updates wagtail to 7.2.1

Release notes

Sourced from wagtail's releases.

7.2.1

  • Fix: Allow userbar in page previews to render without needing to configure site record (Sage Abdullah)
  • Fix: Disable usage count ordering when searching on documents and images listing views, to prevent unsupported search query (Sage Abdullah)
  • Fix: Do not replace existing document or image title when uploading a new file (Sage Abdullah)
  • Fix: Use a more efficient query for fetching usage counts on image and document listings when not ordering by usage count (Sage Abdullah)
  • Fix: Add composite indexes to improve reference index performance (Sage Abdullah)
  • Maintenance: Remove use of _WAGTAILSEARCH_FORCE_AUTO_UPDATE in search tests (Matt Westcott)
Changelog

Sourced from wagtail's changelog.

7.2.1 (26.11.2025)


 * Fix: Allow userbar in page previews to render without needing to configure site record (Sage Abdullah)
 * Fix: Disable usage count ordering when searching on documents and images listing views, to prevent unsupported search query (Sage Abdullah)
 * Fix: Do not replace existing document or image title when uploading a new file (Sage Abdullah)
 * Fix: Use a more efficient query for fetching usage counts on image and document listings when not ordering by usage count (Sage Abdullah)
 * Fix: Add composite indexes to improve reference index performance (Sage Abdullah)
 * Maintenance: Remove use of `_WAGTAILSEARCH_FORCE_AUTO_UPDATE` in search tests (Matt Westcott)

7.2 (05.11.2025)


 * Added support for Python 3.14 (Sage Abdullah)
 * Add usage count filter to the admin image and document listings (Joel William)
 * Add keyboard shortcut (`?`) to activate the keyboard shortcuts dialog (Dhruvi Patel)
 * Add keyboard shortcut (`/`) to activate and focus on the search input in the sidebar (Dhruvi Patel)
 * Allow deep contentpath for comments on fields other than StreamField (Lasse Schmieding, Sébastien Corbin, Joel William, Sage Abdullah)
 * Reorganize keyboard shortcuts into better categories with an ordering from most common to most specific (Dhruvi Patel)
 * Add `max_value` of 100 (%) for the `closeness` field in Image URL Generator form (LB (Ben) Johnston)
 * Add reordering support to generic model and snippet listing views (Joey Jurjens, Sage Abdullah)
 * Add messaging within the keyboard shortcuts dialog to indicate when keyboard shortcuts are disabled or how to disable them via user preferences (Pravin Kamble)
 * Allow defining a custom `WorkflowLock` subclass via `Task.lock_class` in a custom task (Dan Braghis)
 * Add new toggle from grid to list layout for image choosers (Joel William)
 * Update grid-list layout toggle to new design (Joel William)
 * Add readability score metric to content checks (Thibaud Colas)
 * Add explainer panel for content metrics (Thibaud Colas)
 * Add a button to jump to the first validation error in header messages (Srishti Jaiswal, Sage Abdullah, LB (Ben) Johnston)
 * Support calculating content metrics without opening the preview panel (Sage Abdullah)
 * Update project template settings to use pathlib Path object (Eric Matthes)
 * Migrate to django-modelsearch library, providing Elasticsearch 9 and OpenSearch backends (Karl Hobley, Matt Westcott)
 * Fix: Use the correct method of resolving the file storage dynamically for FileField usage in images &amp; documents (Amir Mahmoodi)
 * Fix: Ensure the add comment keyboard shortcut is disabled when keyboard shortcuts are disabled in user preferences (Dhruvi Patel)
 * Fix: Use model name when ordering by page type in page listings (Sage Abdullah)
 * Fix: Prevent error from default `update_fields` parameter on `Page.asave()` (Tosinibikunle)
 * Fix: Ignore hidden error messages in minimap &amp; `CountController` default `findValue` (Sage Abdullah)
 * Fix: Change default ordering for `UserViewSet` to `User.USERNAME_FIELD` to support default ordering with custom User models that may not have a `name` field (Lynwee)
 * Fix: Ensure starter tests in the project template pass (Lasse Schmieding)
 * Fix: Ensure fixed RichText toolbar shows under footer actions (Maciek Baron)
 * Fix: Prevent error when iterating over specific tasks with missing models (Lasse Schmieding)
 * Fix: Ensure `TableBlock` header dropdown default option can be translated (arpitmak)
 * Fix: Fix missing cache key prefix when removing cached redirect files (Heric Libong)
 * Docs: Fix cross-reference links to the TypeDoc-generated docs (Sage Abdullah)
 * Docs: Refine readthedocs' search indexing for releases and client-side code (Sage Abdullah)
 * Docs: Fix incorrect link to third party site in advanced topics (Yousef Al-Hadhrami (Yemeni))
 * Docs: Fix incorrect import references and update steps for clarity in getting started tutorial (Hunzlah Malik, Pravin Kamble)
 * Docs: Fix code example for `construct_wagtail_userbar` (Baptiste Mispelon)
 * Docs: Add a note about CSP for background image position and responsive embed styles (Thibaud Colas, Chiemezuo Akujobi, Sage Abdullah)
 * Docs: Add guidance for AI-led contributions to contributor docs (Andrew Selzer)
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/wagtail/wagtail/commit/ea118e70f73a8e16c52433cece793f04661e51f8&quot;&gt;&lt;code&gt;ea118e7&lt;/code&gt;&lt;/a> Version bump to 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/224423b9a52f329ce2716c85544a4faaabd37d4b&quot;&gt;&lt;code&gt;224423b&lt;/code&gt;&lt;/a> Fill in release date for 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/18370e0b9ca9b98f0ca3cf15167c1ba11d3955c0&quot;&gt;&lt;code&gt;18370e0&lt;/code&gt;&lt;/a> Fetch new translations from Transifex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/a52063fafd5d7f17503d7c66e2f0a658512a669d&quot;&gt;&lt;code&gt;a52063f&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13597&quot;&gt;#13597&lt;/a> in 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/0d28160d386613038c70aa4d75f6a359b8b54d12&quot;&gt;&lt;code&gt;0d28160&lt;/code&gt;&lt;/a> Add composite indexes for source and target objects in ReferenceIndex</li>
<li><a href="https://github.com/wagtail/wagtail/commit/1b3522db95ac1022788e0084e244871f8e66e026&quot;&gt;&lt;code&gt;1b3522d&lt;/code&gt;&lt;/a> Use a separate and more efficient query for getting usage count on images and...</li>
<li><a href="https://github.com/wagtail/wagtail/commit/540dcf05a482ce2adfbde3f3aee3e0f92f074582&quot;&gt;&lt;code&gt;540dcf0&lt;/code&gt;&lt;/a> Do not prefill image and document title if there is an existing title (<a href="https://redirect.github.com/wagtail/wagtail/issues/13574&quot;&gt;#13574&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/wagtail/wagtail/commit/0b8f5f040f77c4c7dcf356afc8d9bea435bab3a9&quot;&gt;&lt;code&gt;0b8f5f0&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13560&quot;&gt;#13560&lt;/a> in 7.2.1</li>
<li><a href="https://github.com/wagtail/wagtail/commit/03b540c43f6c6180fa7fe396e8c96f6fe08fdf72&quot;&gt;&lt;code&gt;03b540c&lt;/code&gt;&lt;/a> Release note for <a href="https://redirect.github.com/wagtail/wagtail/issues/13560&quot;&gt;#13560&lt;/a> in 7.1.3</li>
<li><a href="https://github.com/wagtail/wagtail/commit/e3732bc160565b94bb8639e96439cb98dfdc567f&quot;&gt;&lt;code&gt;e3732bc&lt;/code&gt;&lt;/a> Disable usage count ordering when searching</li>
<li>Additional commits viewable in <a href="https://github.com/wagtail/wagtail/compare/v6.1...v7.2.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Updates django-taggit to 6.1.0

Changelog

Sourced from django-taggit's changelog.

6.1.0 (2024-09-29)


* Add a management command (``remove_orphaned_tags``) to remove orphaned tags
* Add a fallback for when multiple tags are found in case-insensitivity mode (the earliest by PK is returned)
* Add a ``deduplicate_tags`` management command to remove duplicate tags based on case insensitivity. This feature is enabled when ``TAGGIT_CASE_INSENSITIVE`` is set to ``True`` in the settings.
* We no longer package tests, docs, or the sample taggit app into the distributed wheels. While we believe this shouldn't affect anything for users of the library, please tell us if you find yourself hitting issues (like around import errors)
* Fix missing template file for admin merge tag action

6.0.0 (2024-07-27)

  • By default, order tag items on instances by the primary key. This generally means that they will be ordered by "creation date" for the tag item. The previous behavior for this was that by default tag items were not ordered. In practice tag items often end up ordered by creation date anyways, just due to how databases work, but this was not a guarantee. If you wish to have the old behavior, set ordering=[] to your TaggableManager instance. We believe that this should not cause a noticable performance change, and the number of queries involved should not change.
  • Added the ability to merge tags via the admin
  • Add Django 5.0 support (no code changes were needed, but now we test this release).
  • Add Python 3.12 support
  • Add support for dumpdata/loaddata using natural keys

5.0.1 (2023-10-26)


* Fix the package metadata to properly reflect the right Django and Python version requirements
  Release 5.0.0 improperly stated its Django bounds as >=3.2, so people installing without bounds will end up on a version that won't work.

5.0.0 (2023-10-24)

  • Backwards icompatible: Rename the (content_type, object_id) index on TaggedItem. It is very unlikely for this to affect your code itself, and a migration will rename the index. This should not cause any downtime according to my research (Postgres does not lock the table for index renames, and Oracle holds a tiny lock to do it, and the change is only to the metadata, so is not dependent on table size).

  • Backwards incompatible: Remove the .index_together and .unique_together attributes on TaggedItem

    We are instead using constraints and indexes to set up these properties.

  • Remove support for Django 3.2.

  • Remove usage of deprecated APIs for Django 4.2

  • Remove support for Python 3.7 (no code changes involved)

  • Fix tag_kwargs and TAGGIT_CASE_INSENSITIVE=True discrepency.

4.0.0 (2023-05-04)

* Remove Python 3.6 support (no code changes occurred, but we no longer test this release).
* Remove Django 4.0 support (no code changes occurred, but we no longer test this release).
* Add Django 4.2 support.

3.1.0 (2022-11-08)

  • Add Python 3.11 support (no code changes were needed, but now we test this release).

... (truncated)

Commits
  • 4e5f7de Merge pull request #922 from jazzband/6-1-0
  • 1535f06 Fix missing template file in packaging
  • 4f3ec30 Merge pull request #921 from jazzband/prepare-6-1-0
  • 0436236 Prepare django-taggit 6.1.0
  • 0cd1f24 Merge pull request #914 from fazeelghafoor/feat/resolve-duplicate-tags
  • 0e3c865 Merge remote-tracking branch 'origin/master' into feat/resolve-duplicate-tags
  • f4effb2 Remove unused import
  • e851a84 Simplify deduplication management command
  • 0e10963 sort imports
  • 150c025 Make sure ordering is always by pk for handling multiples
  • Additional commits viewable in compare view

Updates django-admin-interface to 0.32.0

Release notes

Sourced from django-admin-interface's releases.

0.32.0

  • [python] Add Python 3.14 support.
  • [python] Add Django 6.0 support.
  • [css] Update style for Django 6.0.
Changelog

Sourced from django-admin-interface's changelog.

0.32.0 - 2025-12-19

  • [python] Add Python 3.14 support.
  • [python] Add Django 6.0 support.
  • [css] Update style for Django 6.0.

0.31.1 - 2025-12-02

  • [js] Prevent modal popup navigation links from opening a modal. (by julianwachholz #462)
  • [i18n] Add Arabic translation. #459 (by @​khaledsukkar2 in #460)
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

0.31.0 - 2025-11-10

  • [python] Add option for making changelist actions sticky.
  • [python] Enable by default sticky behavior.
  • [js] Move inline JS to separate modules to fix CSP issues.
  • [css] Fix next-page button margins in RTL. #441 (#442).
  • [css] Fix inlines delete-link icon size.
  • [css] Fix filter-horizontal selected options text color.
  • [i18n] Update all missing translations.
  • [ci] Bump actions.
  • [ci] Bump pre-commit hooks.
  • [ci] Bump test requirements.

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 md5. (by @​merwok in #417)
  • [ci] Bump pre-commit hooks.
  • [ci] Bump codecov action.

0.29.2 - 2024-11-20

... (truncated)

Commits

Updates django-filter to 25.2

Changelog

Sourced from django-filter's changelog.

Version 25.2 (2025-10-05)

  • Added testing for Django 6.0.

  • Dropped support for Django <5.2 LTS

  • Dropped support for Python 3.9.

Version 25.1 (2025-02-14)

  • Removed the in-built API schema generation methods, which have been deprecated since v23.2.

    You should use drf-spectacular <https://drf-spectacular.readthedocs.io/en/latest/>_ for generating OpenAPI schemas with DRF.

  • Dropped support for EOL Python 3.8.

  • Added testing against Python 3.13.

  • Added official support for Django 5.2.

Version 24.3 (2024-08-02)

  • Adds official support for Django 5.1.

  • Allow using dictionaries for grouped choices on Django 5.0+.

    Thanks to Sævar Öfjörð Magnússon.

  • Adds unknown_field_behavior FilterSet option to allowing warning and ignore behaviours for unknown field types during FilterSet generation.

    Thanks to Loes.

Version 24.2 (2024-03-27)

  • Fixed a regression in v23.4 where callable choices were incorrectly evaluated at filter instantiation, on Django versions prior to 5.0.

    Thanks to Craig de Stigter for the report and reproduce.

Version 24.1 (2024-03-08)

  • Updated supported Python and Django versions, and resolved upcoming Django

... (truncated)

Commits
  • 17ec565 Bumped version for 25.2 release.
  • 9b4b8fd Updated testing for Django 6.0. (#1730)
  • 1b07b3e Bump actions/setup-python from 5 to 6 in the github-actions group (#1726)
  • 27a1168 Bump the github-actions group with 2 updates (#1722)
  • 7f59b6f Add drf as optional dependencies (#1724)
  • 635343e Add reference anchors to filter types to facilitate intersphinx refs (#1706)
  • 7b3176e Document steps for postgres full text search (#1704)
  • 27dd672 Updated Change notes for 25.1 release.
  • 2ea3817 Added Trove classifier for Django 5.2.
  • 4d2306c Replaced hardcoded pks in tests (#1703)
  • Additional commits viewable in compare view

Updates django-unfold to 0.74.1

Release notes

Sourced from django-unfold's releases.

0.74.1

v0.74.1 (2025-12-15)

Bug Fixes


Detailed Changes: 0.74.0...0.74.1

Changelog

Sourced from django-unfold's changelog.

v0.74.1 (2025-12-15)

Bug Fixes

v0.74.0 (2025-12-15)

Bug Fixes

Features

v0.73.1 (2025-12-09)

Bug Fixes

v0.73.0 (2025-12-08)

... (truncated)

Commits

Updates black to 25.12.0

Release notes

Sourced from black's releases.

25.12.0

Please test out the draft 2026 style in version 26.1a1! This style will be finalized in the January release (26.1.0). Most of the changes in --preview will be in the 2026 stable style, but not all. Please share your feedback!

This release (25.12.0) will still produce the 2025 style.

Highlights

  • Black no longer supports running with Python 3.9 (#4842)

Stable style

  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly removed, particularly affecting Jupytext's # %% [markdown] comments (#4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (#4872)
  • Fix possible crash when fmt: directives aren't on the top level (#4856)

Preview style

  • Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#4854)
  • Fix new lines being added after imports with # fmt: skip on them (#4894)

Packaging

  • Releases now include arm64 Windows binaries and wheels (#4814)

Integrations

  • Add output-file input to GitHub Action psf/black to write formatter output to a file for artifact capture and log cleanliness (#4824)
Changelog

Sourced from black's changelog.

25.12.0

Highlights

  • Black no longer supports running with Python 3.9 (#4842)

Stable style

  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly removed, particularly affecting Jupytext's # %% [markdown] comments (#4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on string literals, or on dictionary entries with long lines (#4872)
  • Fix possible crash when fmt: directives aren't on the top level (#4856)

Preview style

  • Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#4854)
  • Fix new lines being added after imports with # fmt: skip on them (#4894)

Packaging

  • Releases now include arm64 Windows binaries and wheels (#4814)

Integrations

  • Add output-file input to GitHub Action psf/black to write formatter output to a file for artifact capture and log cleanliness (#4824)

25.11.0

Highlights

  • Enable base 3.14 support (#4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#4805)

Stable style

  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#4811)
  • Comments containing fmt directives now preserve their exact formatting instead of being normalized (#4811)

Preview style

  • Move multiline_string_handling from --unstable to --preview (#4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by comments (#4764)

... (truncated)

Commits
  • 782e560 Pin actions/checkout@v5.0.0 (#4895)
  • f0f4094 Fix new lines being added after imports with # fmt: skip on them (#4894)
  • 70fc194 Revert "Fix # fmt: skip ignored in deeply nested expressions" (#4893)
  • 7044b14 Prepare 25.12.0 release (#4891)
  • 5b470f0 Fix # fmt: skip ignored in deeply nested expressions (#4883)
  • 1b342ef Fix crash when multiple # fmt: skip comments are used in multi-part if-clau...
  • 7b265f1 Pin Hatch to hopefully fix Docker builds (#4878)
  • c9523f4 Attempt to fix Docker build failures (#4876)
  • 0f376e0 Fix crashes when fmt directives are indented (#4856)
  • a8bfcc1 Fix fmt: skip skipping the line after instead of the line it's on (#4855)
  • Additional commits viewable in compare view

Updates pre-commit to 4.5.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.5.1

Fixes

  • Fix language: python with repo: local without additional_dependencies.
Changelog

Sourced from pre-commit's changelog.

4.5.1 - 2025-12-16

Fixes

  • Fix language: python with repo: local without additional_dependencies.

4.5.0 - 2025-11-22

Features

4.4.0 - 2025-11-08

Features

Fixes

4.3.0 - 2025-08-09

Features

... (truncated)

Commits
  • 8a0630c v4.5.1
  • fcbc745 Merge pull request #3597 from pre-commit/empty-setup-py
  • 51592ee fix python local template when artifact dirs are present
  • 67e8faf Merge pull request #3596 from pre-commit/pre-commit-ci-update-config
  • c251e6b [pre-commit.ci] pre-commit autoupdate
  • 98ccafa Merge pull request #3593 from pre-commit/pre-commit-ci-update-config
  • 4895355 [pre-commit.ci] pre-commit autoupdate
  • 2cedd58 Merge pull request #3588 from pre-commit/pre-commit-ci-update-config
  • 465192d [pre-commit.ci] pre-commit autoupdate
  • fd42f96 Merge pull request #3586 from pre-commit/zipapp-sha256-file-not-needed
  • Additional commits viewable in compare view

Updates django-debug-toolbar to 6.1.0

Release notes

Sourced from django-debug-toolbar's releases.

6.1.0

What's Changed

See change log here

Commits:

…y with 12 updates

Updates the requirements on [django](https://github.com/django/django), [django-environ](https://github.com/joke2k/django-environ), [django-tailwind](https://github.com/timonweb/django-tailwind), [django-allauth](https://github.com/sponsors/pennersr), [wagtail](https://github.com/wagtail/wagtail), [django-taggit](https://github.com/jazzband/django-taggit), [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface), [django-filter](https://github.com/carltongibson/django-filter), [django-unfold](https://github.com/unfoldadmin/django-unfold), [black](https://github.com/psf/black), [pre-commit](https://github.com/pre-commit/pre-commit) and [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) to permit the latest version.

Updates `django` to 6.0
- [Commits](django/django@5.0.6...6.0)

Updates `django-environ` 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.11.2...v0.12.0)

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

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

Updates `wagtail` to 7.2.1
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v6.1...v7.2.1)

Updates `django-taggit` to 6.1.0
- [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst)
- [Commits](jazzband/django-taggit@5.0.1...6.1.0)

Updates `django-admin-interface` to 0.32.0
- [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.28.8...0.32.0)

Updates `django-filter` to 25.2
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@24.2...25.2)

Updates `django-unfold` to 0.74.1
- [Release notes](https://github.com/unfoldadmin/django-unfold/releases)
- [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md)
- [Commits](unfoldadmin/django-unfold@0.55.2...0.74.1)

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

Updates `pre-commit` to 4.5.1
- [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.0...v4.5.1)

Updates `django-debug-toolbar` 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.3...6.1.0)

---
updated-dependencies:
- dependency-name: django
  dependency-version: '6.0'
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-environ
  dependency-version: 0.12.0
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.4.2
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-allauth
  dependency-version: 65.13.1
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: wagtail
  dependency-version: 7.2.1
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-taggit
  dependency-version: 6.1.0
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-admin-interface
  dependency-version: 0.32.0
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-filter
  dependency-version: '25.2'
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: django-unfold
  dependency-version: 0.74.1
  dependency-type: direct:production
  dependency-group: all-django-dependencies
- dependency-name: black
  dependency-version: 25.12.0
  dependency-type: direct:development
  dependency-group: all-django-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  dependency-group: all-django-dependencies
- dependency-name: django-debug-toolbar
  dependency-version: 6.1.0
  dependency-type: direct:development
  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 Jan 1, 2026
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