Skip to content

Commit

Permalink
Update dependency isort to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 8b780c4 commit 2aea3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_slug }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2aea3f7

Please sign in to comment.