From 0eba631c628faab454eabba66755d311606c536a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 15:54:05 +0100 Subject: [PATCH] chore(deps-dev): update isort requirement from 5.12.0 to 5.13.0 (#512) Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [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.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... 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 36e66ca6..a1f2d353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ flake8-isort = "6.1.1" flake8-quotes = "3.3.2" flake8-use-fstring = "1.4" pep8-naming = "0.13.3" -isort = "5.12.0" +isort = "5.13.0" autopep8 = "2.0.4" mypy = "1.7.1" tox = "4.11.4"