From f0caf9075c81c884400c8d8fcafab71d95797562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:08:01 -0700 Subject: [PATCH] build(deps-dev): bump black from 23.3.0 to 23.7.0 (#292) Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Shcheklein --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f497a09a..978a371b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "importlib_resources < 6; python_version < '3.10'", ] -tests_requirements.append("black==23.3.0") +tests_requirements.append("black==23.7.0") setup( name="PyDrive2",