From 8bf6be271d99c4ab18e13d81a4b8fe20cd1b4541 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 22 Jun 2021 16:24:08 -0400 Subject: [PATCH] add pip comment --- tools/pinning/oldest/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/pinning/oldest/pyproject.toml b/tools/pinning/oldest/pyproject.toml index d9fc5a051..9ab618e28 100644 --- a/tools/pinning/oldest/pyproject.toml +++ b/tools/pinning/oldest/pyproject.toml @@ -132,6 +132,10 @@ wheel = "<0.34.0" # pip's new dependency resolver fails on local packages that depend on each # other when those packages are requested with extras such as 'certbot[dev]' so # let's pin it back for now. See https://github.com/pypa/pip/issues/9204. +# +# If pip no longer needs to be pinned to a specific version, this line should +# be changed to something like `pip = "*"` to ensure pip is pinned in the +# constraints file. pip = "20.2.4" [tool.poetry.dev-dependencies]