From dcb84cb7c039e1e34745deb3c1c3d0cc5b330cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:08:57 +0000 Subject: [PATCH] Bump django-htmx from 1.23.0 to 1.25.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.23.0 to 1.25.0. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.23.0...1.25.0) --- updated-dependencies: - dependency-name: django-htmx dependency-version: 1.25.0 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..2168450 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.25.0", "django-ninja==1.4.3", "django-oauth-toolkit==3.0.1", "django-polymorphic==4.1.0",