Skip to content

Commit 683c886

Browse files
Update black requirement from <26.0,>=24.0 to >=24.0,<27.0
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](psf/black@24.1a1...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a221231 commit 683c886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ version = "0.1.0"
1313
description = "A cross-platform API and daemon for the Envisalink TPI (DSC) module."
1414

1515
[dependency-groups]
16-
dev = ["black>=24.0,<26.0", "flake8"]
16+
dev = ["black>=24.0,<27.0", "flake8"]

0 commit comments

Comments
 (0)