From f6b1e29d3c5a077628f651aaa935be63be9fdd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 02:10:44 +0000 Subject: [PATCH] Update black[jupyter] requirement from ~=24.10 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.10.0...25.1.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-version: 25.1.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..ff070a3e 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.1 coverage[toml]~=7.8 pip-audit~=2.9 pycodestyle~=2.12