Skip to content

chore(deps): bump django-htmx from 1.21.0 to 1.27.0#14907

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-htmx-1.27.0
Open

chore(deps): bump django-htmx from 1.21.0 to 1.27.0#14907
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-htmx-1.27.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps django-htmx from 1.21.0 to 1.27.0.

Changelog

Sourced from django-htmx's changelog.

1.27.0 (2025-11-28)

  • Drop Python 3.9 support.

  • Fix CSP nonce support in the template tags when they’re the first use of csp_nonce.

    PR [#572](https://github.com/adamchainz/django-htmx/issues/572) <https://github.com/adamchainz/django-htmx/pull/572>__.

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.

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.21.0 to 1.27.0.
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.21.0...1.27.0)

---
updated-dependencies:
- dependency-name: django-htmx
  dependency-version: 1.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2026
@dependabot dependabot Bot requested review from Maffooch and mtesauro as code owners May 20, 2026 12:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2026
@Maffooch Maffooch added this to the 2.59.0 milestone May 20, 2026
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant