From b0f9d43e7eecd0ddcfcbaea2466c0080882ff110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:23:56 +0000 Subject: [PATCH] Bump pylint from 3.3.6 to 3.3.9 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.6 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.6...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] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cab201a..abb81ae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ isort==6.0.1 flake8==7.2.0 flake8-bandit==4.1.1 flake8-quotes==3.4.0 -pylint==3.3.6 +pylint==3.3.9 mypy==1.15.0 types-requests==2.32.0.20250328 coverage==7.8.0