From 3f449f3c0f1e2544ca7bad83c90e2d162ec0b916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:56:24 +0100 Subject: [PATCH] build(deps-dev): bump isort from 5.11.4 to 5.13.0 (#1900) Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.13.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.11.4...5.13.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c14978eb4..666b09afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "flake8-copyright==0.2.4", "ruff==0.1.7", "black==23.11.0", - "isort==5.11.4", + "isort==5.13.0", "mypy==1.7.1", "psutil==5.9.2", "stix2==3.0.1",