From 69ea6fc67abdd38d52f333722db0853fe6e8d3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 05:07:55 +0000 Subject: [PATCH] chore: bump black from 21.5b2 to 22.12.0 Bumps [black](https://github.com/psf/black) from 21.5b2 to 22.12.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/commits/22.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b9ac8a9393e..7c25983a215ea 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ python-dateutil>=2.8.1 pytz asv cython>=0.29.21 -black==21.5b2 +black==22.12.0 cpplint flake8==3.9.2 flake8-bugbear==21.3.2