From ef599d48b415384d47fa50de2c660a1dc67b9c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:09:29 +0000 Subject: [PATCH] Bump django-htmx from 1.23.0 to 1.24.1 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.23.0 to 1.24.1. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.23.0...1.24.1) --- updated-dependencies: - dependency-name: django-htmx dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..3fcae1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "django-decorator-include==3.3", "django-filter==25.1", "django-guardian==2.4.0", - "django-htmx==1.23.0", + "django-htmx==1.24.1", "django-ninja==1.4.3", "django-oauth-toolkit==3.0.1", "django-polymorphic==4.1.0",