From 1e04123c16c868d1ee826edf8333210b265a1674 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 30 Oct 2021 11:31:16 -0400 Subject: build: also pin pip and setuptools Mostly to get rid of the "you're not using the latest pip!" warning. --- doc/requirements.pip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/requirements.pip b/doc/requirements.pip index 40335ab1..09559094 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -97,4 +97,5 @@ urllib3==1.26.7 # via requests # The following packages are considered to be unsafe in a requirements file: -# setuptools +setuptools==58.3.0 + # via sphinx -- cgit v1.2.1