From fe2a55de4a9bcf3f3107cb57116c5d4225c7c949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 05:45:17 +0000 Subject: [PATCH] chore: bump black from 21.5b2 to 22.10.0 Bumps [black](https://github.com/psf/black) from 21.5b2 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/commits/22.10.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..f1cdeb9d8053b 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.10.0 cpplint flake8==3.9.2 flake8-bugbear==21.3.2