summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-02-09 16:06:51 +0100
committerGitHub <noreply@github.com>2022-02-09 15:06:51 +0000
commit6f440fd859c411af8c32478b4353f7550619c3bd (patch)
tree342be9d420c9615c3e180172130948a8952bcbbb /docs
parentMerge branch 'release-v1.52' (diff)
downloadsynapse-6f440fd859c411af8c32478b4353f7550619c3bd.tar.xz
Recommend upgrading treq alongside twisted (#11943)
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index 0105f87f90..df873e5317 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -93,7 +93,7 @@ Note that [Twisted 22.1.0](https://github.com/twisted/twisted/releases/tag/twist
 has recently been released, which fixes a [security issue](https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx)
 within the Twisted library. We do not believe Synapse is affected by this vulnerability,
 though we advise server administrators who installed Synapse via pip to upgrade Twisted
-with `pip install --upgrade Twisted` as a matter of good practice. The Docker image
+with `pip install --upgrade Twisted treq` as a matter of good practice. The Docker image
 `matrixdotorg/synapse` and the Debian packages from `packages.matrix.org` are using the
 updated library.