From 2b86b0f7e3ec2581dac3afdb0d7d2fcb1acf01fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:27:57 +0000 Subject: [PATCH] Bump pylint from 3.3.1 to 3.3.2 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2) --- 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 5c16cb10..2ae1cc5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pre-commit = [ "pre-commit==4.0.1", "yapf==0.43.0", "pylint==1.9.4; python_version<'3.0'", - "pylint==3.3.1; python_version>='3.0'", + "pylint==3.3.2; python_version>='3.0'", ] testing = [ "pgtest >= 1.3.0",