summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2022-10-18 13:38:58 +0400
committerGitHub <noreply@github.com>2022-10-18 10:38:58 +0100
commit4af93bd7f682acd5ae44dd12738327d54e896660 (patch)
treec0888a7e23de90b779e64b5035829a0c833338ce /pyproject.toml
parentAvoid checking the event cache when backfilling events (#14164) (diff)
downloadsynapse-4af93bd7f682acd5ae44dd12738327d54e896660.tar.xz
Allow poetry-core 1.3.2 (#14217)
Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"