From 37f5419dd7221802afb89ba7e4cb600b3ffcf0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:20:39 +0000 Subject: [PATCH] requirement: bump djhtml from 3.0.6 to 3.0.7 Bumps [djhtml](https://github.com/rtts/djhtml) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/rtts/djhtml/releases) - [Commits](https://github.com/rtts/djhtml/compare/3.0.6...3.0.7) --- updated-dependencies: - dependency-name: djhtml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 3324bdb1..21b1372c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ django-environ==0.11.2 django-querycount==0.8.3 -djhtml==3.0.6 +djhtml==3.0.7 freezegun==1.5.1 ruff==0.6.9 pytest==8.3.3