mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Update pexpect to fix Python 3.7 dev venvs. (#7259)
This commit is contained in:
parent
71ff47daad
commit
f7c736da6f
1 changed files with 2 additions and 2 deletions
|
|
@ -42,12 +42,12 @@ mypy==0.600
|
|||
ndg-httpsclient==0.3.2
|
||||
oauth2client==2.0.0
|
||||
pathlib2==2.3.0
|
||||
pexpect==4.2.1
|
||||
pexpect==4.7.0
|
||||
pickleshare==0.7.4
|
||||
pkginfo==1.4.2
|
||||
pluggy==0.5.2
|
||||
prompt-toolkit==1.0.15
|
||||
ptyprocess==0.5.2
|
||||
ptyprocess==0.6.0
|
||||
py==1.8.0
|
||||
pyasn1==0.1.9
|
||||
pyasn1-modules==0.0.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue