From 5c010ffd9acfe6dedd66b2d5162b0429b3b0456d Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 26 Nov 2024 19:57:28 -0800 Subject: [PATCH] Update the bug template with latest bandit version Since Bandit 1.8.0 was just released, the bug template should also have 1.8.0 in its list of choices. --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 46b406ff..4569f95d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -44,7 +44,8 @@ body: label: Bandit version description: Run "bandit --version" if unsure of version number options: - - 1.7.10 (Default) + - 1.8.0 (Default) + - 1.7.10 - 1.7.9 - 1.7.8 - 1.7.7