From 544dab5e5d9a0159952faed6fff83cbb8c709583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:03:57 +0000 Subject: [PATCH] chore(deps): update dependency dev/black to v23.9.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3cf046..42cfdf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"] test = ["pylint==2.17.5", "pytest==7.4.1"] [tool.pdm.dev-dependencies] -dev = ["black==23.7.0", "pylint==2.17.5", "pytest==7.4.1", "tox==4.11.1"] +dev = ["black==23.9.1", "pylint==2.17.5", "pytest==7.4.1", "tox==4.11.1"] [tool.pylint.basic] good-names = "a,b,fd,k,v"