Skip to content
Snippets Groups Projects
Unverified Commit 4af93bd7 authored by Ivan Shapovalov's avatar Ivan Shapovalov Committed by GitHub
Browse files

Allow poetry-core 1.3.2 (#14217)

parent dc02d9f8
No related branches found
No related tags found
No related merge requests found
Update dependency requirements to allow building with poetry-core 1.3.2.
...@@ -312,7 +312,7 @@ towncrier = ">=18.6.0rc1" ...@@ -312,7 +312,7 @@ towncrier = ">=18.6.0rc1"
# system changes. # system changes.
# We are happy to raise these upper bounds upon request, # We are happy to raise these upper bounds upon request,
# provided we check that it's safe to do so (i.e. that CI passes). # provided we check that it's safe to do so (i.e. that CI passes).
requires = ["poetry-core>=1.0.0,<=1.3.1", "setuptools_rust>=1.3,<=1.5.2"] requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment