Skip to content

Commit 6abbb2a

Browse files
authored
chore: fix bandit version on python 3.8 (#4620)
Yet another project that has dropped 3.8 support. We'll be doing that too soon. Signed-off-by: Terri Oda <[email protected]>
1 parent d9ebc2b commit 6abbb2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ pre-commit; python_version <= "3.8"
66
pre-commit==4.0.1; python_version > "3.8"
77
flake8; python_version < "3.8"
88
flake8==7.1.1; python_version >= "3.8"
9-
bandit==1.8.0
9+
bandit==1.7.10; python_version <= "3.8"
10+
bandit==1.8.0; python_version > "3.8"
1011
gitlint==v0.19.1
1112
interrogate
1213
mypy==v1.13.0

0 commit comments

Comments
 (0)