Skip to content

Commit

Permalink
Bump poetry to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jan 20, 2025
1 parent 90e2c73 commit e3753af
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.5
poetry==2.0.1
4 changes: 2 additions & 2 deletions example_isort_formatting_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license = "MIT"
example = "example_isort_formatting_plugin:black_format_import_section"

[tool.poetry.dependencies]
python = ">=3.7.0"
python = ">=3.9.0"
isort = ">=5.11.0"
black = ">=22.8.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
4 changes: 2 additions & 2 deletions example_isort_sorting_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "MIT"
natural_plus = "example_isort_sorting_plugin:natural_plus"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.9"
natsort = ">=7.1.1"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
4 changes: 2 additions & 2 deletions example_shared_isort_profile/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "MIT"
example = "example_shared_isort_profile:PROFILE"

[tool.poetry.dependencies]
python = ">=3.7"
python = ">=3.9"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit e3753af

Please sign in to comment.