Skip to content

Commit

Permalink
Merge pull request #137 from endast/dependabot/pip/isort-5.13.2
Browse files Browse the repository at this point in the history
⬆️ Bump isort from 5.13.1 to 5.13.2
  • Loading branch information
endast authored Dec 18, 2023
2 parents 3a23547 + 83cad58 commit 191a458
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tqdm = "^4.66.0"
bandit = "^1.7.6"
black = {version = "^23.10.0", allow-prereleases = true}
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.13.0"}
isort = {extras = ["colors"], version = "^5.13.2"}
mypy = "^1.7.1"
mypy-extensions = "^1.0.0"
pre-commit = "^3.5.0"
Expand All @@ -59,7 +59,7 @@ pytest-cov = "^4.1.0"
[tool.poetry.group.dev.dependencies]
bandit = "^1.7.6"
darglint = "^1.8.1"
isort = {extras = ["colors"], version = "^5.13.0"}
isort = {extras = ["colors"], version = "^5.13.2"}
mypy = "^1.7.1"
pre-commit = "^3.5.0"
pydocstyle = "^6.3.0"
Expand Down

0 comments on commit 191a458

Please sign in to comment.