From c3be95dfd940cad895e3080266ecfbb559ce6348 Mon Sep 17 00:00:00 2001
From: Eric Brown <ericwb@users.noreply.github.com>
Date: Fri, 9 Feb 2024 17:32:59 -0800
Subject: [PATCH 1/3] Add 1.7.7 to versions of bug template

With the newly released 1.7.7, users need to have the option to choose 1.7.7 in the drop down of the bug template.
---
 .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 1451c5e77..27d6374db 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.6 (Default)
+        - 1.7.7 (Default)
+        - 1.7.6
         - 1.7.5
         - 1.7.4
         - 1.7.3

From 34eb5d4218828b7e29ff0e5ed9e41d05555ead4b Mon Sep 17 00:00:00 2001
From: Eric Brown <ericwb@users.noreply.github.com>
Date: Fri, 9 Feb 2024 19:27:36 -0800
Subject: [PATCH 2/3] Update bug-report.yml

---
 .github/ISSUE_TEMPLATE/bug-report.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 27d6374db..849e16c81 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -52,15 +52,6 @@ body:
         - 1.7.2
         - 1.7.1
         - 1.7.0
-        - 1.6.3
-        - 1.6.2
-        - 1.6.1
-        - 1.6.0
-        - 1.5.1
-        - 1.5.0
-        - 1.4.0
-        - 1.3.0
-        - 0.17.0-eol
     validations:
       required: true
 

From 4c3556cdc05be300fc7dd7df77f3ce9643836380 Mon Sep 17 00:00:00 2001
From: Eric Brown <ericwb@users.noreply.github.com>
Date: Fri, 9 Feb 2024 19:30:30 -0800
Subject: [PATCH 3/3] Drop unsupported python versions as well

---
 .github/ISSUE_TEMPLATE/bug-report.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 849e16c81..99399f2d6 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -66,9 +66,6 @@ body:
         - "3.10"
         - "3.9"
         - "3.8"
-        - "3.7"
-        - "3.6"
-        - "3.5"
     validations:
       required: true