Skip to content

Commit c85b575

Browse files
authored
Merge pull request #2341 from PyCQA/poetry-bump
Bump `poetry` to `2.0.1`
2 parents 90e2c73 + e3753af commit c85b575

File tree

6 files changed

+136
-11
lines changed

6 files changed

+136
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==1.8.5
1+
poetry==2.0.1

example_isort_formatting_plugin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ license = "MIT"
99
example = "example_isort_formatting_plugin:black_format_import_section"
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.7.0"
12+
python = ">=3.9.0"
1313
isort = ">=5.11.0"
1414
black = ">=22.8.0"
1515

16-
[tool.poetry.dev-dependencies]
16+
[tool.poetry.group.dev.dependencies]
1717

1818
[build-system]
1919
requires = ["poetry-core>=1.0.0"]

example_isort_sorting_plugin/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ license = "MIT"
99
natural_plus = "example_isort_sorting_plugin:natural_plus"
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.7"
12+
python = ">=3.9"
1313
natsort = ">=7.1.1"
1414

15-
[tool.poetry.dev-dependencies]
15+
[tool.poetry.group.dev.dependencies]
1616

1717
[build-system]
1818
requires = ["poetry-core>=1.0.0"]

example_shared_isort_profile/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ license = "MIT"
99
example = "example_shared_isort_profile:PROFILE"
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.7"
12+
python = ">=3.9"
1313

14-
[tool.poetry.dev-dependencies]
14+
[tool.poetry.group.dev.dependencies]
1515

1616
[build-system]
1717
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)