remove pip pin

This commit is contained in:
Alex Zorin 2023-06-28 13:32:16 +10:00
parent 97268ed95d
commit de5a5c612d
2 changed files with 1 additions and 5 deletions

View file

@ -71,10 +71,6 @@ poetry = "<1.3.0"
# https://github.com/certbot/certbot/issues/9606.
setuptools = "<67.5.0"
# Temporary pin to try isolate why python-augeas is suddenly failing to build
# in the macos-cover CI job.
pip = "23.0.1"
[tool.poetry.dev-dependencies]
[build-system]

View file

@ -93,7 +93,7 @@ parsedatetime==2.6 ; python_version >= "3.7" and python_version < "4.0"
parso==0.8.3 ; python_version >= "3.7" and python_version < "4.0"
pexpect==4.8.0 ; python_version >= "3.7" and python_version < "4.0"
pickleshare==0.7.5 ; python_version >= "3.7" and python_version < "4.0"
pip==23.0.1 ; python_version >= "3.7" and python_version < "4.0"
pip==23.1.2 ; python_version >= "3.7" and python_version < "4.0"
pkginfo==1.9.6 ; python_version >= "3.7" and python_version < "4.0"
pkgutil-resolve-name==1.3.10 ; python_version >= "3.7" and python_version < "3.9"
platformdirs==2.6.2 ; python_version < "4.0" and python_version >= "3.7"