From 3e477a61bd08747c7a5b996bdbad76ed7e0e42aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:35:02 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django-htmx from 1.22.0 to 1.23.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.22.0 to 1.23.0. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.22.0...1.23.0) --- updated-dependencies: - dependency-name: django-htmx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc9d279..e22aa8d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ Pillow==11.1.0 # For image handling django-cleanup==9.0.0 # Automatically delete files piexif==1.1.3 # For image EXIF metadata handling django-filter==24.3 -django-htmx==1.22.0 +django-htmx==1.23.0 whitenoise==6.9.0 # Static file serving pycountry==24.6.1