From 99c32fe9ced34eeefccb0ea4f5651b6d11b561b5 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 17 Jan 2023 14:57:46 +0000 Subject: [PATCH] Remove outdated docs line was fixed in #13082 --- docs/development/dependencies.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/development/dependencies.md b/docs/development/dependencies.md index f03e4c468f16..599f2df1622f 100644 --- a/docs/development/dependencies.md +++ b/docs/development/dependencies.md @@ -183,7 +183,6 @@ Either: - manually update `pyproject.toml`; then `poetry lock --no-update`; or else - `poetry add packagename`. See `poetry add --help`; note the `--dev`, `--extras` and `--optional` flags in particular. - - **NB**: this specifies the new package with a version given by a "caret bound". This won't get forced to its lowest version in the old deps CI job: see [this TODO](https://github.com/matrix-org/synapse/blob/4e1374373857f2f7a911a31c50476342d9070681/.ci/scripts/test_old_deps.sh#L35-L39). Include the updated `pyproject.toml` and `poetry.lock` files in your commit.