Skip to content

Commit

Permalink
Update dependency isort to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 69ce4e6 commit e4486e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ requests = "^2.31.0"
bandit = "^1.7.5"
black = {version = "^24.0.0", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.13.2"}
isort = {extras = ["colors"], version = "^6.0.0"}
mypy = "^1.8"
mypy-extensions = "^1.0.0"
pre-commit = "^3.6.0"
Expand All @@ -61,7 +61,7 @@ pytest-cov = "^4.0.0"
[tool.poetry.group.dev.dependencies]
bandit = "^1.7.4"
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.12.0"}
isort = {extras = ["colors"], version = "^6.0.0"}
mypy = "^1.3"
pre-commit = ">=2.20,<4.0"
pydocstyle = "^6.3.0"
Expand Down

0 comments on commit e4486e9

Please sign in to comment.