summary refs log tree commit diff
path: root/docs/development/contributing_guide.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-10-27 09:32:35 -0400
committerPatrick Cloke <patrickc@matrix.org>2023-10-27 09:32:35 -0400
commit46fd454783d340a1d88474b36a206bb991d65b36 (patch)
tree3180fb0fcb4de6aad8adfd17218ffa7d301960b4 /docs/development/contributing_guide.md
parentMerge branch 'release-v1.95' into matrix-org-hotfixes (diff)
parentReduce spurious replication catchup (#16555) (diff)
downloadsynapse-46fd454783d340a1d88474b36a206bb991d65b36.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'docs/development/contributing_guide.md')
-rw-r--r--docs/development/contributing_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md

index 4ae2fcfee3..2efb4099e5 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md
@@ -66,7 +66,7 @@ Of their installation methods, we recommend ```shell pip install --user pipx -pipx install poetry +pipx install poetry==1.5.2 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147 ``` but see poetry's [installation instructions](https://python-poetry.org/docs/#installation)