From e63fe1246c9995d01fa19626fe1cb95ea0a24a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:51:08 +0000 Subject: [PATCH] Build(deps): Bump isort from 5.13.2 to 6.0.0 Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.0.0. - [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...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fff593d..fe3486b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev-flake8 = [ "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 24.10.0", "isort == 5.13.2"] +dev-formatting = ["black == 24.10.0", "isort == 6.0.0"] dev-mkdocs = [ "Markdown == 3.7", "black == 24.10.0",