From 8c6e30d45f656d808f1c870150d535bcb1346a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:18:10 +0000 Subject: [PATCH] build(deps): update black requirement from ~=25.1.0 to ~=25.9.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/25.1.0...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 4438c399..a6736a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ doc = [ #"setuptools~=68.0", #"pkginfo~=1.9", #"virtualenv~=20.0", - "black~=25.1.0", + "black~=25.9.0", ] pylinguist = [ "linguist@git+https://github.com/retanoj/linguist#egg=master",