From 7310058866152c50d95e89774a5cefe7dab0b209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:55:39 +0000 Subject: [PATCH] build(deps-dev): update pylint requirement from >=4.0.6 to >=4.0.7 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",