From 3d32b89c7fa6499426898955b018729d5bd0481d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:12:56 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 3.2.7 to 3.3.9 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9c4292..6c1a7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ vrelease = "vrelease:main" dev = [ "black==24.4.2", "jedi==0.19.2", - "pylint==3.2.7", + "pylint==3.3.9", "requests==2.31.0", "toml==0.10.2", ]