diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-05 07:22:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-05 07:22:23 -0400 |
commit | 2f3bae3d211a250afef0ffd5ba88c776cb154840 (patch) | |
tree | e1ba2a04ab7e186569feeff577bb15091373b170 | |
parent | 413219b348306eab8d03e75f0f7d7785eb37fa5d (diff) | |
download | python-coveragepy-git-2f3bae3d211a250afef0ffd5ba88c776cb154840.tar.gz |
build: try removing a certifi pin
-rw-r--r-- | requirements/pins.pip | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 06b85a31..4ecea426 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -6,8 +6,3 @@ # docutils has been going through some turmoil. Different packages require it, # but have different pins. This seems to satisfy them all: #docutils>=0.17,<0.18 - -# requests gets different versions in dev.pip and doc/requirements.pip, not -# sure why, and they then ask for different versions of certifi, and we can't -# install, so pin certifi. -certifi==2022.5.18.1 |