mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update oldest pyOpenSSL, which also bumps cryptography
This commit is contained in:
parent
9b769cc478
commit
6f3eb0d2bc
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.9" and sys_pla
|
|||
configargparse==1.5.3 ; python_version >= "3.8" and python_version < "3.9"
|
||||
configobj==5.0.6 ; python_version >= "3.8" and python_version < "3.9"
|
||||
coverage==7.4.4 ; python_version >= "3.8" and python_version < "3.9"
|
||||
cryptography==36.0.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
cryptography==41.0.5 ; python_version >= "3.8" and python_version < "3.9"
|
||||
cython==0.29.37 ; python_version >= "3.8" and python_version < "3.9"
|
||||
dill==0.3.8 ; python_version >= "3.8" and python_version < "3.9"
|
||||
distlib==0.3.8 ; python_version >= "3.8" and python_version < "3.9"
|
||||
|
|
@ -56,7 +56,7 @@ pyasn1-modules==0.3.0 ; python_version >= "3.8" and python_version < "3.9"
|
|||
pyasn1==0.4.8 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pycparser==2.14 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pylint==3.1.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pyopenssl==17.5.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pyopenssl==24.1.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pyotp==2.9.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pyparsing==2.2.1 ; python_version >= "3.8" and python_version < "3.9"
|
||||
pyrfc3339==1.0 ; python_version >= "3.8" and python_version < "3.9"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ cffi = "1.12.3"
|
|||
chardet = "3.0.4"
|
||||
cloudflare = "1.5.1"
|
||||
configobj = "5.0.6"
|
||||
cryptography = "36.0.0"
|
||||
cryptography = "41.0.5"
|
||||
distro = "1.0.1"
|
||||
dns-lexicon = "3.15.1"
|
||||
dnspython = "1.15.0"
|
||||
|
|
@ -67,7 +67,7 @@ ndg-httpsclient = "0.3.2"
|
|||
parsedatetime = "2.4"
|
||||
pbr = "1.8.0"
|
||||
ply = "3.4"
|
||||
pyOpenSSL = "17.5.0"
|
||||
pyOpenSSL = "24.1.0"
|
||||
pyRFC3339 = "1.0"
|
||||
pyasn1 = "0.4.8"
|
||||
pycparser = "2.14"
|
||||
|
|
|
|||
Loading…
Reference in a new issue