Skip to content

Commit 0c3411d

Browse files
committed
Update static deps
1 parent 123d7dc commit 0c3411d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ commands =
156156
[testenv:static]
157157
deps =
158158
bandit ~= 1.7.0
159-
black ~= 20.8b
160-
flake8 ~= 3.8.3
159+
black ~= 21.6b
160+
flake8 ~= 3.9.0
161161
flake8-commas ~= 2.0.0
162-
mypy >= 0.810, < 0.820
162+
mypy >= 0.900, < 0.910
163163
commands =
164164
black --check src setup.py tests
165165
flake8 src setup.py tests

0 commit comments

Comments
 (0)