aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 9aedfbe..1aa27bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ isolated_build = true
[testenv:test]
description = Run the unit tests.
deps =
- pytest==7.2.0
+ pytest==7.4.0
commands =
pytest {posargs:tests/}
@@ -35,7 +35,7 @@ commands =
description = Run the code coverage of the unit tests.
deps =
{[testenv:test]deps}
- pytest-cov==4.0.0
+ pytest-cov==4.1.0
commands =
pytest --cov=mlia --cov-report term-missing --cov-fail-under=95 tests/
@@ -45,8 +45,8 @@ description = Run and setup the pre-commit hooks.
envdir={toxworkdir}/lint
deps =
{[testenv:test]deps}
- mypy==1.2.0
- pylint==2.15.5
+ mypy==1.5.1
+ pylint==2.17.5
pre-commit
# Pass the following environment variables:
# - HOME: Workaround for an issue with markdownlint in a docker environment