From 17d364c05de13dbd2ec6d4d485fc67120b2a1cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:20:40 +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 ebeaa5c..520f40c 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",