From 1ce00e3da0af43ebf7dd53481f4ab8b980b057dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:15:41 +0000 Subject: [PATCH] Update black[jupyter] requirement from ~=24.1 to ~=25.1 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.1.0...25.1.0) --- updated-dependencies: - dependency-name: black[jupyter] 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 f8161dbf..b355c08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ nbtest = [ ] style = [ "autoflake==2.3.1", - "black[jupyter]~=24.1", + "black[jupyter]~=25.1", "ruff==0.8.4", "nbqa>=1.6.0", ]