From 22d0b9d954f24d6943cc434e71f358f218ca7b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:49:15 +0000 Subject: [PATCH] Bump pylint from 3.3.8 to 3.3.9 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 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 b0e475b..ec585d7 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -7,7 +7,7 @@ fpvs==0.3.0 isort==6.1.0 mypy==1.18.2 psutil==7.1.0 -pylint==3.3.8 +pylint==3.3.9 pytest-cov==7.0.0 pytest-schema==0.1.2 pytest==8.4.2