From e5a0bc3ecd4d9c46ead3b8217584eaa916a3afa4 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Thu, 24 Aug 2023 16:38:47 +0100 Subject: MLIA-961 Update tox dependencies - Update version dependencies in the tox.ini - Fix linter issues Change-Id: I04c3a841ee2646a865dab037701d66c28792f2a4 Signed-off-by: Benjamin Klimczak --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1