Skip to content

Commit

Permalink
chore: fix bandit version on python 3.8 (#4620)
Browse files Browse the repository at this point in the history
Yet another project that has dropped 3.8 support.  We'll be doing that
too soon.

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko authored Dec 12, 2024
1 parent d9ebc2b commit 6abbb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6abbb2a

Please sign in to comment.