From 6f74d17ac02c9244d9593eb2db11a751f2fb4014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:53:32 +0000 Subject: [PATCH] Update black[jupyter] requirement from ~=26.3.0 to ~=26.3.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/26.3.0...26.3.1) --- updated-dependencies: - dependency-name: black[jupyter] dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6bbf05..7c7ab44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ polars~=1.38.1 dash~=3.4.0 pytest~=9.0.2 pylint~=4.0.5 -black~=26.3.0 +black~=26.3.1 black[jupyter]~=26.3.0 pyodbc~=5.3.0 numpy~=2.4.3