From 2aea3f7946cfe2b49c7426538b7a9386f60f608b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:25:38 +0000 Subject: [PATCH] Update dependency isort to v5 --- {{ cookiecutter.project_slug }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/pyproject.toml b/{{ cookiecutter.project_slug }}/pyproject.toml index 883f8aa..52f6f5f 100644 --- a/{{ cookiecutter.project_slug }}/pyproject.toml +++ b/{{ cookiecutter.project_slug }}/pyproject.toml @@ -33,7 +33,7 @@ python = "~2.7 || ^3.6" # Formatters black = { version = "=18.9b0", python = "^3.6" } -isort = "=4.3.21" +isort = "=5.13.2" # Linters pylint = { version = "^2.0", python = "^3.6" }