Skip to content

Commit 84e3687

Browse files
committed
Update isort on formatting pluging to 5.11.0
1 parent 3e99c22 commit 84e3687

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example_isort_formatting_plugin/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example_isort_formatting_plugin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ example = "example_isort_formatting_plugin:black_format_import_section"
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.7.0"
13-
isort = { version = ">5.10.1", allow-prereleases = true }
14-
black = ">=22.6.0"
13+
isort = ">=5.11.0"
14+
black = ">=22.8.0"
1515

1616
[tool.poetry.dev-dependencies]
1717

0 commit comments

Comments
 (0)