From fc34c22165ad6b029ff2a9de06e275538c0651d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 04:36:38 +0000 Subject: [PATCH] Bump django-htmx from 1.15.0 to 1.16.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.15.0 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: django-htmx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 8b844eac..25f83816 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ django-environ==0.10.0 django-extensions==3.2.3 django-hashid-field==3.3.7 django-hijack==3.4.1 -django-htmx==1.15.0 +django-htmx==1.16.0 django-ordered-model==3.7.4 django-simple-history==3.3.0 django-storages==1.13.2 diff --git a/requirements.txt b/requirements.txt index 0dd3dcea..9056eaae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ django-hashid-field==3.3.7 # via -r requirements.in django-hijack==3.4.1 # via -r requirements.in -django-htmx==1.15.0 +django-htmx==1.16.0 # via -r requirements.in django-ordered-model==3.7.4 # via -r requirements.in