From 566f8264e4df4726df152298bbc7a8411ed37083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:13:53 +0000 Subject: [PATCH] Bump black from 22.3.0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.3.0 to 23.1.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/22.3.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3698f5642..3e58a1394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ changelog = "https://github.com/AppDaemon/appdaemon/blob/master/docs/HISTORY.rst dev = [ "build==0.10.0", "flake8==3.7.8", - "black==22.3.0", + "black==23.1.0", 'pre-commit==3.1.1; python_version>"3.7"', # pre-commit does not support Python < 3.8 "pytest==7.2.1", "sphinx-autobuild==2021.3.14",