[UPDATE] 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:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-10 12:39:43 +00:00 committed by GitHub
parent 7cc13ea669
commit 7b963c7bd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -704,12 +704,12 @@ test = ["testfixtures"]
[[package]]
name = "djhtml"
version = "3.0.6"
version = "3.0.7"
description = "Django/Jinja template indenter"
optional = false
python-versions = "*"
files = [
{file = "djhtml-3.0.6.tar.gz", hash = "sha256:abfc4d7b4730432ca6a98322fbdf8ae9d6ba254ea57ba3759a10ecb293bc57de"},
{file = "djhtml-3.0.7.tar.gz", hash = "sha256:558c905b092a0c8afcbed27dea2f50aa6eb853a658b309e4e0f2bb378bdf6178"},
]
[package.extras]
@ -2681,4 +2681,4 @@ filelock = ">=3.4"
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "e64ed169395d2c32672a2f2ad6a40d0910e4a51941b564fbdc505db6332084d2"
content-hash = "9532a2022ddc1a9f763607fad1f924da20ef92575cda6eaa90359c95291238a4"

View File

@ -66,7 +66,7 @@ django-debug-toolbar = "^4.4.6"
ipython = "^8.26.0"
pre-commit = "^4.0.1"
ruff = "^0.6.9" # Version used in pipeline is controlled by pre-commit hooks in .pre-commit.config.yaml
djhtml = "^3.0.6"
djhtml = "^3.0.7"
faker = "^30.3.0"
rjsmin = "^1.2.2"