From 422825c4e6a392fc0bab1206545bea6eb930d873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Fri, 29 Dec 2023 10:08:26 +0100 Subject: [PATCH] NO-ISSUE: upgrade linter packages in requirements-dev.txt Upgrading pylint is needed for Python 3.12 compatibility * https://github.com/PyCQA/flake8/issues/1885 --- requirements-dev.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ebc38be8c..45cf35dd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -42,8 +42,7 @@ websockets>=9.1 psutil # For running the python-checker tests -hacking==4.1.0 -# hacking 4.1.0 requires flake8<3.9.0 and >=3.8.0 -flake8==3.8.4 -pylint==2.13.9 -mypy==0.950 +hacking==6.1.0 +flake8==6.1.0 +pylint==3.0.3 +mypy==1.8.0