Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the python-dependencies group with 3 updates: wagtail, django-tailwind and pre-commit.

Updates wagtail from 6.4.2 to 7.2

Release notes

Sourced from wagtail's releases.

7.2

  • 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 & 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 & 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)
  • Docs: Add guidance for AI agents via AGENTS.md (Andrew Selzer)
  • Docs: Add Windows command examples for contributing setup (Shivam Kumar)
  • Docs: Add recent third party tutorials from 2025 (LB (Ben) Johnston)
  • Maintenance: Removed support for Python 3.9 (Matt Westcott)
  • Maintenance: Updated NPM packages and linting configuration (LB (Ben) Johnston)
  • Maintenance: Added linting script to keep package.json and pre-commit package versions in sync (LB (Ben) Johnston)
  • Maintenance: Migrate privacy switch modal field hiding to the Stimulus RulesController (LB (Ben) Johnston)
  • Maintenance: Add semgrep rules for inline styles and scripts (Chiemezuo Akujobi, Sage Abdullah)
  • Maintenance: Fix intermittent test failures caused by nondeterministic order in TestFilteredModelChoiceField (Sage Abdullah)
  • Maintenance: Add support for attrs in formattedfield tag & clean up other usages of the attrs template include (LB (Ben) Johnston)
  • Maintenance: Allow exempting external templates from number formatting checks (Sage Abdullah)
  • Maintenance: Migrate file title generation to SyncController for CSP compliance (Aayushman Singh, Chiemezuo Akujobi, LB (Ben) Johnston, Sage Abdullah)
  • Maintenance: Remove outdated pytest configuration (Shivam Kumar)

... (truncated)

Changelog

Sourced from wagtail's changelog.

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 & 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 & `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)
 * Docs: Add guidance for AI agents via `AGENTS.md` (Andrew Selzer)
 * Docs: Add Windows command examples for contributing setup (Shivam Kumar)
 * Docs: Add recent third party tutorials from 2025 (LB (Ben) Johnston)
 * Maintenance: Removed support for Python 3.9 (Matt Westcott)
 * Maintenance: Updated NPM packages and linting configuration (LB (Ben) Johnston)
 * Maintenance: Added linting script to keep package.json and pre-commit package versions in sync (LB (Ben) Johnston)
 * Maintenance: Migrate privacy switch modal field hiding to the Stimulus `RulesController` (LB (Ben) Johnston)
 * Maintenance: Add semgrep rules for inline styles and scripts (Chiemezuo Akujobi, Sage Abdullah)
 * Maintenance: Fix intermittent test failures caused by nondeterministic order in TestFilteredModelChoiceField (Sage Abdullah)
 * Maintenance: Add support for `attrs` in `formattedfield` tag & clean up other usages of the `attrs` template include (LB (Ben) Johnston)
 * Maintenance: Allow exempting external templates from number formatting checks (Sage Abdullah)
</tr></table> 

... (truncated)

Commits
  • 46951d4 Version bump to 7.2 final
  • a418435 Fill in release date for 7.2 final
  • f2acbc2 Drop Pillow upper bound
  • d105529 Fetch new translations from Transifex
  • e02f0ab Bump modelsearch dependency to 1.1 final
  • 599b890 7.2 release notes - fix minor typos & grammar
  • c5aa73a Fixup changelog / release notes for #13531
  • 940100c Ensure 'Go to first error' button shows up for errors in StreamField blocks #...
  • 8239074 Fix typo in release note
  • 9835f39 Use modelsearch 1.1RC1
  • Additional commits viewable in compare view

Updates django-tailwind from 4.4.0 to 4.4.1

Changelog

Sourced from django-tailwind's changelog.

4.4.1

  • Fixes an issue when raw_input is used instead of input.
Commits
  • 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
  • See full diff in compare view

Updates pre-commit from 4.3.0 to 4.4.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.4.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.4.0 - 2025-11-08

Features

Fixes

Commits
  • 17cf886 v4.4.0
  • cb63a5c Merge pull request #3535 from br-rhrbacek/fix-cgroups
  • f80801d Fix docker-in-docker detection for cgroups v2
  • 9143fc3 Merge pull request #3577 from pre-commit/language-unsupported
  • 725acc9 rename system and script languages to unsupported / unsupported_script
  • 3815e2e Merge pull request #3576 from pre-commit/fix-stages-config-error
  • aa2961c fix missing context in error for stages
  • 46297f7 Merge pull request #3575 from pre-commit/rm-python3-hooks-repo
  • 95eec75 rm python3_hooks_repo
  • 5e4b354 Merge pull request #3574 from pre-commit/rm-hook-with-spaces-test
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 3 updates: [wagtail](https://github.com/wagtail/wagtail), [django-tailwind](https://github.com/timonweb/django-tailwind) and [pre-commit](https://github.com/pre-commit/pre-commit).


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

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

Updates `pre-commit` from 4.3.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](pre-commit/pre-commit@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: wagtail
  dependency-version: '7.2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: django-tailwind
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant