From d73d9d50970c53e3bca7ce9ffb67dfcb7a17e45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 02:06:41 +0000 Subject: [PATCH] Update black[jupyter] requirement from ~=24.10 to ~=25.9 Updates the requirements on [black[jupyter]](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.10.0...25.9.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-version: 25.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6400e6a6..d5286a55 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ # code quality autopep8~=2.3 -black[jupyter]~=24.10 +black[jupyter]~=25.9 coverage[toml]~=7.8 pip-audit~=2.9 pycodestyle~=2.12