mirror of https://gitlab.com/litecord/litecord.git
tox: bump dev depedencies
This commit is contained in:
parent
efc0790dfd
commit
25cd905868
10
tox.ini
10
tox.ini
|
|
@ -5,12 +5,12 @@ isolated_build = true
|
||||||
[testenv]
|
[testenv]
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
deps =
|
deps =
|
||||||
pytest==6.2.3
|
pytest==6.2.4
|
||||||
pytest-asyncio==0.15.1
|
pytest-asyncio==0.15.1
|
||||||
pytest-cov==2.11.1
|
pytest-cov==2.12.1
|
||||||
flake8==3.9.1
|
flake8==3.9.2
|
||||||
black==20.8b1
|
black==21.6b0
|
||||||
mypy==0.812
|
mypy==0.910
|
||||||
pytest-instafail==0.4.2
|
pytest-instafail==0.4.2
|
||||||
commands =
|
commands =
|
||||||
black --check litecord run.py tests manage
|
black --check litecord run.py tests manage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue