From 364dc757f435e0476eb8ca19f2416e6018db3105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 03:13:06 +0000 Subject: [PATCH] Update black requirement from >=23.0.0 to >=25.11.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/23.1a1...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7790c38..0fbe12c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ neuralblitz = [ dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", - "black>=23.0.0", + "black>=25.11.0", "ruff>=0.1.0", "mypy>=1.0.0", "pre-commit>=4.3.0", diff --git a/requirements.txt b/requirements.txt index 52cabe9..042ac8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ equinox>=0.10.0 # Development dependencies pytest>=7.0.0 pytest-asyncio>=0.21.0 -black>=23.0.0 +black>=25.11.0 ruff>=0.1.0 mypy>=1.0.0 pre-commit>=4.3.0 \ No newline at end of file