From 1d88512f7c31a62752c1f8bdcb473050d0fdaee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:52:42 +0000 Subject: [PATCH] build(deps): Bump black from 21.12b0 to 26.3.1 in /demos/03-dependabot Bumps [black](https://github.com/psf/black) from 21.12b0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/03-dependabot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/03-dependabot/requirements.txt b/demos/03-dependabot/requirements.txt index 2aab4f5..b127141 100644 --- a/demos/03-dependabot/requirements.txt +++ b/demos/03-dependabot/requirements.txt @@ -25,5 +25,5 @@ ipython==7.31.0 # Development / testing dependencies (lower risk) pytest==7.0.0 -black==21.12b0 +black==26.3.1 flake8==4.0.1