From 30d0e0bec55d3955d50edb29f7b368efa01eaa78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:11:12 +0000 Subject: [PATCH] Update dependency pylint to >=3.3,<3.4 (#848) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d7ee623..2af97ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "libcst>=1.1,<1.5", "packaging>=23.2,<25.0", "pydantic~=2.9.0", - "pylint>=3.2,<3.3", + "pylint>=3.3,<3.4", "python-json-logger~=2.0.0", "PyYAML~=6.0.0", "semgrep>=1.89,<1.90",