Update stale minimum poetry required in contributing docs (#20219)

This commit is contained in:
Andrew Morgan
2026-09-18 09:32:27 +00:00
committed by GitHub
parent 7530874a12
commit 88e5b6221d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Replace the stale minimum `poetry` version in the contributing docs with a pointer to the minimum defined in `pyproject.toml`.
+1 -1
View File
@@ -72,7 +72,7 @@ pipx install poetry
but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)
for other installation methods.
Developing Synapse requires Poetry version 1.3.2 or later.
The minimum poetry version is specified by the `requires-poetry` line in [pyproject.toml](https://github.com/element-hq/synapse/blob/develop/pyproject.toml).
Next, open a terminal and install dependencies as follows: