Skip to content

Commit 98429f7

Browse files
committed
Update static and publish deps
1 parent d3181c3 commit 98429f7

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
@@ -146,18 +146,18 @@ testpaths = tests
146146
passenv = TWINE_*
147147
deps =
148148
build ~= 0.3.0
149-
twine ~= 3.2.0
149+
twine ~= 3.3.0
150150
commands =
151151
{envpython} -m build --outdir {distdir} .
152152
twine {posargs:check} {distdir}/*
153153

154154
[testenv:static]
155155
deps =
156-
bandit ~= 1.6.2
156+
bandit ~= 1.7.0
157157
black ~= 20.8b
158158
flake8 ~= 3.8.3
159159
flake8-commas ~= 2.0.0
160-
mypy >= 0.790, < 0.800
160+
mypy >= 0.810, < 0.820
161161
commands =
162162
black --check src setup.py tests
163163
flake8 src setup.py tests

0 commit comments

Comments
 (0)