Skip to content

Commit c609316

Browse files
authored
Lock onto bandit>=1.5.1 now that PyQCA is doing releases! (#92)
1 parent 1d0e40d commit c609316

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

decrypt_oracle/tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ commands = python setup.py check -r -s
245245
[testenv:bandit]
246246
basepython = python3
247247
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
250249
commands = bandit -r src/aws_encryption_sdk_decrypt_oracle/
251250

252251
# Prone to false positives: only run independently

test_vector_handlers/tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ commands = python setup.py check -r -s
221221
[testenv:bandit]
222222
basepython = python3
223223
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
226225
commands = bandit -r src/awses_test_vectors/
227226

228227
# Prone to false positives: only run independently

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ commands = python setup.py check -r -s
250250
[testenv:bandit]
251251
basepython = python3
252252
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
255254
commands = bandit -r src/aws_encryption_sdk/
256255

257256
# Prone to false positives: only run independently

0 commit comments

Comments
 (0)