From b5b61dede72cda879adf815f789849da8f863fd6 Mon Sep 17 00:00:00 2001 From: Keno Hassler <40292329+kenohassler@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:13:14 +0100 Subject: [PATCH] compatibility with older poetry versions --- sast-fuzz/static_analysis/sast/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sast-fuzz/static_analysis/sast/pyproject.toml b/sast-fuzz/static_analysis/sast/pyproject.toml index d301922..8ef44a5 100644 --- a/sast-fuzz/static_analysis/sast/pyproject.toml +++ b/sast-fuzz/static_analysis/sast/pyproject.toml @@ -12,7 +12,7 @@ typer = "^0.9.0" pyyaml = "^6.0" types-pyyaml = "^6.0.12.10" -[tool.poetry.group.dev.dependencies] +[tool.poetry.dev-dependencies] black = "^23.3.0" isort = "^5.12.0" mypy = "^1.3.0"