From 2f39bced26c4efa66b67d9a0094d00b8c9bdf952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:53:44 +0000 Subject: [PATCH] chore(deps-dev): bump black from 24.3.0 to 25.12.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 25.12.0. - [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...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 cf3e1ae..09d78c3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ ipython==8.20.0 ipdb==0.13.13 # Code Quality -black==24.3.0 +black==25.12.0 flake8==7.0.0 isort==5.13.2 mypy==1.8.0