From 5e18094c31d97d888946309f55ea5aba73251d04 Mon Sep 17 00:00:00 2001 From: uael Date: Thu, 2 Feb 2023 17:23:15 +0000 Subject: [PATCH] build: fix version of packages running checks in CI --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 03f8289f..2fc38e50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,11 +73,11 @@ test = pytest-html >= 3.2.0 coverage >= 6.4 development = - black >= 22.10 + black == 22.10 invoke >= 1.7.3 - mypy >= 0.991 + mypy == 0.991 nox >= 2022 - pylint >= 2.15.8 + pylint == 2.15.8 types-appdirs >= 1.4.3 types-invoke >= 1.7.3 types-protobuf >= 4.21.0