From 670917ac3c60bf523f665ec70711f20dd4522aa8 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 11 Jul 2023 16:35:32 +0200 Subject: [PATCH] Fix failing GitHub Actions with `bandit[toml] == 1.7.5` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d500db3..5feba8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ repository = "https://github.com/hvlads/django-ckeditor-5" [project.optional-dependencies] dev = [ - 'bandit == 1.7.4', + 'bandit[toml] == 1.7.5', 'black == 22.12.0', 'codespell == 2.2.2', 'coverage == 6.5.0',