From 25e4d7acba9c02510469207d29f71afd825cc3db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:42:31 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.3.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c29b27a..af32935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pillar_dirs = "salt_tower.loader:pillar_dirs" render_dirs = "salt_tower.loader:renderers_dirs" [project.optional-dependencies] -test = ["pylint==3.2.7", "pytest==8.3.3"] +test = ["pylint==3.3.0", "pytest==8.3.3"] docs = [ "mike==2.1.3", "mkdocs-awesome-pages-plugin==2.9.3", @@ -40,7 +40,7 @@ build-backend = "pdm.pep517.api" [tool.pdm.dev-dependencies] dev = [ "mypy==1.11.2", - "pylint==3.2.7", + "pylint==3.3.0", "pyright>=1.1.356", "pytest==8.3.3", "ruff==0.6.7",