From e45d4be9e8df72eac65cec7be34da919124f1e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:01:02 +0000 Subject: [PATCH] Update black requirement from <25.0,>=24.0 to >=24.0,<26.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](https://github.com/psf/black/compare/24.1a1...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f04034..959efbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,4 +13,4 @@ version = "0.1.0" description = "A cross-platform API and daemon for the Envisalink TPI (DSC) module." [dependency-groups] -dev = ["black<25.0,>=24.0", "flake8"] +dev = ["black>=24.0,<26.0", "flake8"]