From 4aa4af1bf52fd1e1b7740d3d84b581226db45e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:30:28 +0000 Subject: [PATCH] chore(deps-dev): bump black Bumps the pip group with 1 update in the /migrate-csv-to-ddb-distributed-map-main directory: [black](https://github.com/psf/black). Updates `black` from 24.3.0 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/compare/24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- migrate-csv-to-ddb-distributed-map-main/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate-csv-to-ddb-distributed-map-main/requirements-dev.txt b/migrate-csv-to-ddb-distributed-map-main/requirements-dev.txt index 78d27dae..19693c0b 100644 --- a/migrate-csv-to-ddb-distributed-map-main/requirements-dev.txt +++ b/migrate-csv-to-ddb-distributed-map-main/requirements-dev.txt @@ -1,2 +1,2 @@ pytest==6.2.5 -black==24.3.0 \ No newline at end of file +black==26.3.1 \ No newline at end of file