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 230f030
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
51 changes: 45 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 230f030

Please sign in to comment.