From 3660c39cad43a304e9ef34d7fec3a441350828cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:18:40 +0000 Subject: [PATCH] Bump pylint from 4.0.0 to 4.0.1 Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index ac197d8..a843ac9 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -7,7 +7,7 @@ fpvs==0.3.0 isort==7.0.0 mypy==1.18.2 psutil==7.1.0 -pylint==4.0.0 +pylint==4.0.1 pytest-cov==7.0.0 pytest-schema==0.1.2 pytest==8.4.2