From bab5be5f2a83d2cc6ab6c9303b7be6ce566bf991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:05:57 +0000 Subject: [PATCH] chore(deps): update dependency test/pylint to v3.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb26b92..7970ee8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">= 3.8.2" dependencies = ["salt>=2017"] [project.optional-dependencies] -test = ["pylint==3.0.1", "pytest==7.4.2"] +test = ["pylint==3.0.2", "pytest==7.4.2"] [tool.pdm.dev-dependencies] dev = ["black==23.10.0", "pylint==3.0.1", "pytest==7.4.2", "tox==4.11.3"]