From 764b84b8ce63d04ccd23818f90d4ca7daa04d6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:32:44 +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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1766c4f3b..1da0c612d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "polars==1.14.0", "polars[timezone]", "pyarrow==18.0.0", - "pylint==3.3.1", + "pylint==3.3.2", "pytest", "pytest-asyncio==0.21.1", "pytest-env",