From 6e299f05fdd5d56590e5a9367f18a65112598ceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:59:55 +0000 Subject: [PATCH] chore(deps): update dependency black to v24.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c512753..6e86e46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dynamic = ["version"] spark = ["pyspark>=3.0.0"] test = [ "bandit[toml]==1.7.7", - "black==24.1.1", + "black==24.10.0", "check-manifest==0.49", "flake8-bugbear==24.2.6", "flake8-docstrings",