Skip to content

Commit

Permalink
Merge pull request #710 from liyier90/cicd-constrain-importlib-metada…
Browse files Browse the repository at this point in the history
…ta-for-bandit

cicd: set constraint for importlib-metadata to prevent bandit crash
  • Loading branch information
liyier90 committed Oct 4, 2022
2 parents 4812c99 + 24a158c commit ec5b1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bandit == 1.7.0
black == 21.9b0
coverage == 5.5
importlib-metadata < 5; python_version < "3.8" # fix for https://github.com/PyCQA/bandit/issues/951
mypy == 0.910
pylint == 2.7.4
pytest == 6.2.3
Expand Down

0 comments on commit ec5b1d5

Please sign in to comment.