From 245d6411f7bdbd0c79765fbb679ffed605398f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:01:16 +0000 Subject: [PATCH] Bump django-htmx from 1.15.0 to 1.26.0 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](https://github.com/adamchainz/django-htmx/compare/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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f59c0e1e..62a3d4d3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -22,6 +22,6 @@ urllib3==2.5.0 whitenoise==6.1.0 psycopg2-binary==2.9.10 djangorestframework==3.15.2 -django-htmx==1.15.0 +django-htmx==1.26.0 django_components==0.141.2 requests-oauthlib==1.3.1