From 550919e30bc0486c3bedd4eb666be66ceed12bb9 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Wed, 11 Dec 2024 16:13:02 -0800 Subject: [PATCH] chore: fix bandit version on python 3.8 Yet another project that has dropped 3.8 support. We'll be doing that too soon. Signed-off-by: Terri Oda --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c88189cba0..7977b7cdc3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,8 @@ pre-commit; python_version <= "3.8" pre-commit==4.0.1; python_version > "3.8" flake8; python_version < "3.8" flake8==7.1.1; python_version >= "3.8" -bandit==1.8.0 +bandit==1.7.10; python_version <= "3.8" +bandit==1.8.0; python_version > "3.8" gitlint==v0.19.1 interrogate mypy==v1.13.0