Skip to content

Commit 657ed81

Browse files
authored
Merge pull request #2029 from PyCQA/example/update-formatting-pluging-isort-5.11.0
Update isort on formatting plugin to 5.11.0
2 parents 3e99c22 + 84e3687 commit 657ed81

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)