From 572f584ebef2892597e1634a293c8dae37af8bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:09:49 +0000 Subject: [PATCH] Bump django-htmx from 1.16.0 to 1.17.0 Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.16.0 to 1.17.0. - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.16.0...1.17.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 bc71f53b..cd3c63e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ## Core Dependencies Django==4.2.7 django-ckeditor-5==0.2.9 -django-htmx==1.16.0 +django-htmx==1.17.0 django-resized==1.0.2 django-robots==5.0 feedparser==6.0.10