Release pip pinning (#8993)

The bug that was requiring pip to stay on 20.2.4 has been fixed on version 21.2.x. Let's release the pip pinning with this PR.
This commit is contained in:
Adrien Ferrand
2021-08-16 15:14:22 -07:00
committed by GitHub
parent 525c427c60
commit 5b96cc9c37
2 changed files with 14 additions and 18 deletions
-4
View File
@@ -64,10 +64,6 @@ mypy = "<0.900"
# needed. This dependency can be removed here once Certbot's support for the
# 3rd party mock library has been dropped.
mock = "*"
# 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.
pip = "20.2.4"
# poetry 1.2.0+ is required for it to pin pip, setuptools, and wheel. See
# https://github.com/python-poetry/poetry/issues/1584. This version is required
# here in addition to certbot/setup.py because otherwise the pre-release