From a01cda306e3fe9be98c2e4093c4e61d158eaa8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:22 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django-htmx from 1.21.0 to 1.22.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.21.0 to 1.22.0. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.21.0...1.22.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 91b40638..0a7ca834 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.21.0 +django-htmx==1.22.0 whitenoise==6.8.2 # Static file serving pycountry==24.6.1