From c85f8c6d5da3c33df8852f150e051be1a2457462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:06:15 +0000 Subject: [PATCH] Bump black from 23.11.0 to 23.12.1 in /py Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.1. - [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.11.0...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- py/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/dev_requirements.txt b/py/dev_requirements.txt index 9e7df83..cde0b88 100644 --- a/py/dev_requirements.txt +++ b/py/dev_requirements.txt @@ -1,2 +1,2 @@ -black==23.11.0 +black==23.12.1 flit==3.9.0