From 87e52d878aefe4e5f2c908b0bbf3fdff7ebc4555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:38:48 +0000 Subject: [PATCH] build(deps): bump djlint from 1.32.1 to 1.34.1 Bumps [djlint](https://github.com/Riverside-Healthcare/djlint) from 1.32.1 to 1.34.1. - [Release notes](https://github.com/Riverside-Healthcare/djlint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/.releaserc) - [Commits](https://github.com/Riverside-Healthcare/djlint/compare/v1.32.1...v1.34.1) --- updated-dependencies: - dependency-name: djlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 012c0d0..57438ca 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -20,7 +20,7 @@ flake8==6.1.0 # https://github.com/PyCQA/flake8 flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort coverage==7.3.1 # https://github.com/nedbat/coveragepy black==23.9.1 # https://github.com/psf/black -djlint==1.32.1 # https://github.com/Riverside-Healthcare/djLint +djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pre-commit==3.5.0 # https://github.com/pre-commit/pre-commit