From 5745864b96fdb466950571048c9eb6a47ee85bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 13:20:50 +0000 Subject: [PATCH] fix: bump pylint from 3.3.3 to 3.3.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.3 to 3.3.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b301040..04ce358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ test = [ "matplotlib==3.8.3", "numpy==1.26.4", "pre-commit==4.1.0", - "pylint==3.3.3", + "pylint==3.3.6", "pylint_junit", "pytest-mock<3.14.1", "pytest-cov==6.0.0",