File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,7 @@ commands = python setup.py check -r -s
245
245
[testenv:bandit]
246
246
basepython = python3
247
247
deps =
248
- # Pull bandit from github because they haven't published 1.4.1 to pypi yet
249
- git+git://github.com/PyCQA/bandit.git@master
248
+ bandit>=1.5.1
250
249
commands = bandit -r src/aws_encryption_sdk_decrypt_oracle/
251
250
252
251
# Prone to false positives: only run independently
Original file line number Diff line number Diff line change @@ -221,8 +221,7 @@ commands = python setup.py check -r -s
221
221
[testenv:bandit]
222
222
basepython = python3
223
223
deps =
224
- # Pull bandit from github because they haven't published 1.4.1 to pypi yet
225
- git+git://github.com/PyCQA/bandit.git@master
224
+ bandit>=1.5.1
226
225
commands = bandit -r src/awses_test_vectors/
227
226
228
227
# Prone to false positives: only run independently
Original file line number Diff line number Diff line change @@ -250,8 +250,7 @@ commands = python setup.py check -r -s
250
250
[testenv:bandit]
251
251
basepython = python3
252
252
deps =
253
- # Pull bandit from github because they haven't published 1.4.1 to pypi yet
254
- git+git://github.com/PyCQA/bandit.git@master
253
+ bandit>=1.5.1
255
254
commands = bandit -r src/aws_encryption_sdk/
256
255
257
256
# Prone to false positives: only run independently
You can’t perform that action at this time.
0 commit comments