From 2753a54ae3b7219cea78c952d32bea9df59a2c4c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Tue, 24 Sep 2024 15:47:49 +0200 Subject: [PATCH 1/2] Update dependency "clang-format" to version 19.1 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index a91b5ef36..552c7e26f 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -1,6 +1,6 @@ build >= 1.2, < 1.3 cpplint >= 1.6, < 1.7 -clang-format >= 18.1, < 18.2 +clang-format >= 19.1, < 19.2 cython >= 3.0, < 3.1 isort >= 5.13, < 5.14 mdformat >= 0.7, < 0.8 From 4b09ac76171a2528ec15727a71f1505f71861cdd Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Tue, 24 Sep 2024 15:48:14 +0200 Subject: [PATCH 2/2] Update dependency "pylint" to version 3.3 or greater. --- .pylintrc | 1 + scons/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index fed368866..a72297b30 100644 --- a/.pylintrc +++ b/.pylintrc @@ -35,6 +35,7 @@ disable=no-name-in-module, too-many-ancestors, too-many-instance-attributes, too-many-arguments, + too-many-positional-arguments, too-many-locals, too-many-lines, too-many-public-methods, diff --git a/scons/requirements.txt b/scons/requirements.txt index 552c7e26f..5286e2b9c 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -7,7 +7,7 @@ mdformat >= 0.7, < 0.8 mdformat-myst >= 0.1, < 0.2 meson >= 1.5, < 1.6 ninja >= 1.11, < 1.12 -pylint >= 3.2, < 3.3 +pylint >= 3.3, < 3.4 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3