From f3a8c1cbb9e9bae03b49a2a59a4c4f9152ca2a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:45:28 +0000 Subject: [PATCH] Bump pylint from 3.3.1 to 3.3.3 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.1 to 3.3.3. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.3) --- 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..54999761a 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.3", "pytest", "pytest-asyncio==0.21.1", "pytest-env",