summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--changelog.d/14217.misc1
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/14217.misc b/changelog.d/14217.misc
new file mode 100644
index 0000000000..625df66637
--- /dev/null
+++ b/changelog.d/14217.misc
@@ -0,0 +1 @@
+Update dependency requirements to allow building with poetry-core 1.3.2.
diff --git a/pyproject.toml b/pyproject.toml
index 78ff799e8e..7fbbc08915 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -312,7 +312,7 @@ towncrier = ">=18.6.0rc1"
 # system changes.
 # 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).
-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"