From a41ebbf30c2a4894ad06839d73ff7037d17d4575 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 22 Aug 2024 19:13:28 +0200 Subject: [PATCH] Update flake8 version in tox.ini Change-Id: I449f025fec74174ec45fbe7d5b0ada9da95ebf47 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f215d0f..3428170 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,7 @@ commands = ####################################################################################### [testenv:flake8] -deps = flake8==5.0.4 +deps = flake8==7.0.0 flake8-import-order commands = flake8 src setup.py -- 2.25.1