From a2cb0417b8114f7a9e8920ea7570ef424e33b996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:51:30 -0500 Subject: [PATCH] chore(deps): update black[jupyter] requirement from ~=24.4 to ~=24.10 (#433) 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.4.0...24.10.0) --- updated-dependencies: - dependency-name: black[jupyter] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index a9608295..edb8d553 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,7 +7,7 @@ pytest ~= 8.3 pytest-cov == 5.0.* pytest-timeout == 2.3.* pytest-xdist == 3.6.* -black[jupyter] ~= 24.4 +black[jupyter] ~= 24.10 rich == 13.7.* types-python-dateutil ~= 2.9 mypy ~= 1.11