From cf93aa3433f87df74b3c2730d0b3bada70aeb7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:02:24 +0000 Subject: [PATCH] build(deps-dev): bump isort from 5.6.4 to 5.13.2 Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 to 5.13.2. - [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.6.4...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee91bc2b..20f3ee1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ testing = format = black == 23.1.0 flake8 >= 2.5.0 - isort == 5.6.4 + isort == 5.13.2 check = mypy doc =