From 8df24714b2242348213079d1492c1453fb51b819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:22:56 +0000 Subject: [PATCH] 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e44670d0f..e92c9d8ef 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "polars==1.21.0", "polars[timezone]", "pyarrow==19.0.0", - "pylint==3.3.3", + "pylint==3.3.6", "pytest", "pytest-asyncio==0.21.1", "pytest-env",