From 4abd7da8399b43d9002f4592d08339325d3ce7e1 Mon Sep 17 00:00:00 2001 From: Mark90 Date: Mon, 28 Feb 2022 11:25:30 +0100 Subject: [PATCH] temporarily pin bandit==1.7.2 (github.com/tylerwince/flake8-bandit/issues/21) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 10e5dfd54..9b4fb8533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ requires = [ "nwa-stdlib==1.3.0", "oauth2-lib==1.0.12", "markupsafe==2.0.1", + "bandit==1.7.2", ] description-file = "README.md" requires-python = ">=3.7,<3.11"