mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
remove pip pin
This commit is contained in:
parent
97268ed95d
commit
de5a5c612d
2 changed files with 1 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue