Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps django-htmx from 1.15.0 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

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 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 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.15.0 to 1.26.0.
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](adamchainz/django-htmx@1.15.0...1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file 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 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