From 88e5b6221deb4c9ac0c8100b9f83ec87fbf40879 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:32:27 +0100 Subject: [PATCH] Update stale minimum poetry required in contributing docs (#20219) --- changelog.d/20219.doc | 1 + docs/development/contributing_guide.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20219.doc diff --git a/changelog.d/20219.doc b/changelog.d/20219.doc new file mode 100644 index 0000000000..7bfa49e480 --- /dev/null +++ b/changelog.d/20219.doc @@ -0,0 +1 @@ +Replace the stale minimum `poetry` version in the contributing docs with a pointer to the minimum defined in `pyproject.toml`. \ No newline at end of file diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index f967dda6f2..c3f6a236c2 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -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: