From 7073d30548f21ae07a7d5c91176ca77ef904a90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:22:42 +0000 Subject: [PATCH] chore: bump isort from 5.12 to 5.13.2 Bumps [isort](https://github.com/pycqa/isort) from 5.12 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.12.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c35b6ac..75a7c76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "mkdocs-material==9.5.7", "vermin==1.6.0", "pymdown-extensions==10.7", - "isort==5.12", + "isort==5.13.2", ] test = [ "factory-boy==3.2.1",