diff --git a/dev-requirements.txt b/dev-requirements.txt index 23fdd293..2d359f1c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ coverage>=7.15.2 -pylint>=4.0.6 +pylint>=4.0.7 flake8>=7.3.0 mypy>=2.3.0 types-PyYAML>=6.0.1 diff --git a/pyproject.toml b/pyproject.toml index 65d8ec5c..9d82d1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sapcli = "sap.cli._entry:main" [project.optional-dependencies] dev = [ "coverage>=7.15.2", - "pylint>=4.0.6", + "pylint>=4.0.7", "flake8>=7.3.0", "mypy>=2.3.0", "types-PyYAML>=6.0.1",