From c52fc685f623112b598685d4aa49e6844ac15ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:10:17 +0000 Subject: [PATCH] Update black requirement from ~=22.10 to ~=22.12 in /python Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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.10.0...22.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index 8849ca69..f4c727d6 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -1,4 +1,4 @@ -black~=22.10 +black~=22.12 furo maturin~=0.14.0 mypy~=0.991.0