summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index 3abee3777e9f..44b8db46476f 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -5,7 +5,7 @@
# 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.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"]
-+requires = ["poetry-core>=1.1.0,<=2.1.1", "setuptools_rust>=1.3"]
++requires = ["poetry-core>=1.1.0,<=2.1.3", "setuptools_rust>=1.3"]
build-backend = "poetry.core.masonry.api"