From 85832f2d8cdc0576ddb9c6024be586888655fc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:58:33 +0000 Subject: [PATCH] chore(deps-dev): bump black from 23.9.1 to 23.10.0 in /requirements Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.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/23.9.1...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... 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 08716cfb02..ed4b8ad2d5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -39,5 +39,5 @@ filelock==3.12.4; python_version >= "3.8" # formatter black==22.6.0; python_version < "3.8" -black==23.9.1; python_version >= "3.8" +black==23.10.0; python_version >= "3.8" psutil==5.9.6