Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4af93bd

Browse files
authored
Allow poetry-core 1.3.2 (#14217)
Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
1 parent dc02d9f commit 4af93bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14217.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependency requirements to allow building with poetry-core 1.3.2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ towncrier = ">=18.6.0rc1"
312312
# system changes.
313313
# We are happy to raise these upper bounds upon request,
314314
# provided we check that it's safe to do so (i.e. that CI passes).
315-
requires = ["poetry-core>=1.0.0,<=1.3.1", "setuptools_rust>=1.3,<=1.5.2"]
315+
requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"]
316316
build-backend = "poetry.core.masonry.api"
317317

318318

0 commit comments

Comments
 (0)