From 8433d941351c603e074e4ba010bcab6988f8efba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:27:20 +0000 Subject: [PATCH] Bump black from 22.1.0 to 22.10.0 Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.10.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/22.1.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0a238e..81c0f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ spark = [ ] test = [ "bandit[toml]==1.7.4", - "black==22.1.0", + "black==22.10.0", "check-manifest==0.48", "flake8-bugbear==22.1.11", "flake8-docstrings",