From 3a5750412e8bedb3d89d05bc128628ef9a06b366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 01:33:36 +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 3d955204..343413d3 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.9.4", "nbqa>=1.6.0", ]