From 0f6b697cd1b006ec0d2c23db2b9c86dbb22bdd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:19:50 +0000 Subject: [PATCH] :arrow_up:(deps)(deps-dev): Update black requirement Updates the requirements on [black](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/23.1a1...23.12.1) --- updated-dependencies: - dependency-name: black dependency-version: 23.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..93bf4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", - "black>=23.0.0", + "black>=23.12.1", "mypy>=1.0.0", "flake8>=6.0.0", "isort>=5.12.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 03552f6..e9cf58e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ pytest>=7.0.0 pytest-cov>=4.0.0 # Code quality -black>=23.0.0 +black>=23.12.1 mypy>=1.0.0 flake8>=6.0.0 isort>=5.12.0