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" }