From d869cd0c6fec1036804249b79e4f3a1c43333436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:14:19 +0000 Subject: [PATCH] chore(deps)(deps): bump the dev-tools group with 3 updates Updates the requirements on [black](https://github.com/psf/black), [isort](https://github.com/PyCQA/isort) and [flake8](https://github.com/pycqa/flake8) to permit the latest version. Updates `black` 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.1a1...26.3.1) Updates `isort` to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/5.13.2...8.0.1) Updates `flake8` to 7.3.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: dev-tools - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production dependency-group: dev-tools - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3679a9..14430a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", - "black>=23.0.0", - "isort>=5.12.0", - "flake8>=6.0.0", + "black>=26.3.1", + "isort>=8.0.1", + "flake8>=7.3.0", "mypy>=1.5.0", "ipython>=8.14.0", ]