From dc3ae6fc7af8f1ba6b780249b6c1f60c9207b209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:43:42 +0545 Subject: [PATCH] build(deps-dev): bump black from 24.4.2 to 24.8.0 (#356) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be407c5..b1cd465 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "importlib_resources < 6; python_version < '3.10'", ] -tests_requirements.append("black==24.4.2") +tests_requirements.append("black==24.8.0") setup( name="PyDrive2",