Skip to content

Commit

Permalink
⬆️ Bump poetry-core minver to 1.1.0a6
Browse files Browse the repository at this point in the history
First version where dependency group support was added.
  • Loading branch information
TeoZosa committed Apr 2, 2022
1 parent 9442883 commit 24d798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ testpaths = ["tests",]
norecursedirs = [".*", "*.egg", "build", "dist",]

[build-system]
requires = ["poetry-core>=1.0.0", "mypy>=0.910", "setuptools>=58.1.0", "orjson>=3.6.4"]
requires = ["poetry-core>=1.1.0a6", "mypy>=0.910", "setuptools>=58.1.0", "orjson>=3.6.4"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 24d798d

Please sign in to comment.