From a101dbaa7952e359843c6d8303ca24a0e63c865c Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 22 Sep 2023 22:51:48 +0200 Subject: Update JS and Poetry dependencies and eslint (#27200) - Update all JS and Poetry dependencies - Remove deprecated `eslint-plugin-custom-elements` and replace it with rules from `eslint-plugin-wc` - Add a convenience `make update` to update both js and py dependencies - Tested markdown toolbar, swagger and citation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0c7e782a97..b4f1a06a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] python = "^3.8" [tool.poetry.group.dev.dependencies] -djlint = "1.32.1" +djlint = "1.34.0" yamllint = "1.32.0" [tool.djlint] -- cgit v1.2.3