From 2cb4da153c26c8f2dcae2d101b204034d6bfde25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:38:30 +0000 Subject: [PATCH] chore(deps): update dependency test/pylint to v3.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb12347..3c8fcb7 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.2.5", "pytest==8.2.2"] +test = ["pylint==3.2.6", "pytest==8.2.2"] [tool.pdm.dev-dependencies] dev = ["black==24.4.2", "pylint==3.2.6", "pytest==8.2.2", "tox==4.16.0"]