mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:32:02 +02:00
deps: bump pyOpenSSL in oldest pinnings (#9329)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ version = '1.29.0.dev0'
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'cryptography>=2.5.0',
|
'cryptography>=2.5.0',
|
||||||
'josepy>=1.13.0',
|
'josepy>=1.13.0',
|
||||||
'PyOpenSSL>=17.3.0',
|
'PyOpenSSL>=17.5.0',
|
||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'pytz>=2019.3',
|
'pytz>=2019.3',
|
||||||
'requests>=2.20.0',
|
'requests>=2.20.0',
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ install_requires = [
|
|||||||
# https://github.com/certbot/certbot/issues/8761 for more info.
|
# https://github.com/certbot/certbot/issues/8761 for more info.
|
||||||
f'acme>={version}',
|
f'acme>={version}',
|
||||||
f'certbot>={version}',
|
f'certbot>={version}',
|
||||||
'PyOpenSSL>=17.3.0',
|
'PyOpenSSL>=17.5.0',
|
||||||
'pyparsing>=2.2.1',
|
'pyparsing>=2.2.1',
|
||||||
'setuptools>=41.6.0',
|
'setuptools>=41.6.0',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -2,23 +2,24 @@
|
|||||||
# that script.
|
# that script.
|
||||||
apacheconfig==0.3.2
|
apacheconfig==0.3.2
|
||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
astroid==2.9.3; python_version >= "3.7"
|
astroid==2.11.6; python_version >= "3.7"
|
||||||
atomicwrites==1.4.0; sys_platform == "win32" and python_version >= "3.7"
|
atomicwrites==1.4.0; sys_platform == "win32" and python_version >= "3.7"
|
||||||
attrs==21.4.0; python_version >= "3.7"
|
attrs==21.4.0; python_version >= "3.7"
|
||||||
bcrypt==3.2.0; python_version >= "3.7"
|
bcrypt==3.2.2; python_version >= "3.7"
|
||||||
boto3==1.15.15
|
boto3==1.15.15
|
||||||
botocore==1.18.15
|
botocore==1.18.15
|
||||||
cached-property==1.5.2; python_version >= "3.7"
|
cached-property==1.5.2; python_version >= "3.7"
|
||||||
certifi==2021.10.8; python_version >= "3.7"
|
certifi==2022.6.15; python_version >= "3.7"
|
||||||
cffi==1.9.1
|
cffi==1.9.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
cloudflare==1.5.1
|
cloudflare==1.5.1
|
||||||
colorama==0.4.4; sys_platform == "win32" and python_version >= "3.7"
|
colorama==0.4.5; sys_platform == "win32" and python_version >= "3.7"
|
||||||
configargparse==0.10.0
|
configargparse==0.10.0
|
||||||
configobj==5.0.6
|
configobj==5.0.6
|
||||||
coverage==6.3.2; python_version >= "3.7"
|
coverage==6.4.1; python_version >= "3.7"
|
||||||
cryptography==3.2.1
|
cryptography==3.2.1
|
||||||
cython==0.29.28
|
cython==0.29.30
|
||||||
|
dill==0.3.5.1; python_version >= "3.7"
|
||||||
distlib==0.3.4; python_version >= "3.7"
|
distlib==0.3.4; python_version >= "3.7"
|
||||||
distro==1.0.1
|
distro==1.0.1
|
||||||
dns-lexicon==3.2.1
|
dns-lexicon==3.2.1
|
||||||
@@ -28,13 +29,13 @@ docker==4.2.2; python_version >= "3.7"
|
|||||||
dockerpty==0.4.1; python_version >= "3.7"
|
dockerpty==0.4.1; python_version >= "3.7"
|
||||||
docopt==0.6.2; python_version >= "3.7"
|
docopt==0.6.2; python_version >= "3.7"
|
||||||
execnet==1.9.0; python_version >= "3.7"
|
execnet==1.9.0; python_version >= "3.7"
|
||||||
filelock==3.6.0; python_version >= "3.7"
|
filelock==3.7.1; python_version >= "3.7"
|
||||||
funcsigs==0.4
|
funcsigs==0.4
|
||||||
future==0.18.2; python_version >= "3.7"
|
future==0.18.2; python_version >= "3.7"
|
||||||
google-api-python-client==1.5.5
|
google-api-python-client==1.5.5
|
||||||
httplib2==0.9.2
|
httplib2==0.9.2
|
||||||
idna==2.6
|
idna==2.6
|
||||||
importlib-metadata==4.11.2; python_version < "3.8" and python_version >= "3.7"
|
importlib-metadata==4.11.4; python_version < "3.8" and python_version >= "3.7"
|
||||||
iniconfig==1.1.1; python_version >= "3.7"
|
iniconfig==1.1.1; python_version >= "3.7"
|
||||||
ipaddress==1.0.16
|
ipaddress==1.0.16
|
||||||
isort==5.10.1; python_version >= "3.7" and python_version < "4.0"
|
isort==5.10.1; python_version >= "3.7" and python_version < "4.0"
|
||||||
@@ -43,28 +44,28 @@ josepy==1.13.0; python_version >= "3.7"
|
|||||||
jsonschema==3.2.0; python_version >= "3.7"
|
jsonschema==3.2.0; python_version >= "3.7"
|
||||||
lazy-object-proxy==1.7.1; python_version >= "3.7"
|
lazy-object-proxy==1.7.1; python_version >= "3.7"
|
||||||
logger==1.4; python_version >= "3.7"
|
logger==1.4; python_version >= "3.7"
|
||||||
mccabe==0.6.1; python_version >= "3.7"
|
mccabe==0.7.0; python_version >= "3.7"
|
||||||
mock==1.0.1
|
mock==1.0.1
|
||||||
mypy-extensions==0.4.3; python_version >= "3.7"
|
mypy-extensions==0.4.3; python_version >= "3.7"
|
||||||
mypy==0.940; python_version >= "3.7"
|
mypy==0.961; python_version >= "3.7"
|
||||||
ndg-httpsclient==0.3.2
|
ndg-httpsclient==0.3.2
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
packaging==21.3; python_version >= "3.7"
|
packaging==21.3; python_version >= "3.7"
|
||||||
paramiko==2.10.1; python_version >= "3.7"
|
paramiko==2.11.0; python_version >= "3.7"
|
||||||
parsedatetime==2.4
|
parsedatetime==2.4
|
||||||
pbr==1.8.0
|
pbr==1.8.0
|
||||||
pip==22.0.4; python_version >= "3.7"
|
pip==22.1.2; python_version >= "3.7"
|
||||||
platformdirs==2.5.1; python_version >= "3.7"
|
platformdirs==2.5.2; python_version >= "3.7"
|
||||||
pluggy==1.0.0; python_version >= "3.7"
|
pluggy==1.0.0; python_version >= "3.7"
|
||||||
ply==3.4
|
ply==3.4
|
||||||
py==1.11.0; python_version >= "3.7"
|
py==1.11.0; python_version >= "3.7"
|
||||||
pyasn1-modules==0.0.10; python_version >= "3.7"
|
pyasn1-modules==0.0.10; python_version >= "3.7"
|
||||||
pyasn1==0.1.9
|
pyasn1==0.1.9
|
||||||
pycparser==2.14
|
pycparser==2.14
|
||||||
pylint==2.12.2
|
pylint==2.13.9
|
||||||
pylint==2.12.2; python_version >= "3.7"
|
pylint==2.13.9; python_version >= "3.7"
|
||||||
pynacl==1.5.0; python_version >= "3.7"
|
pynacl==1.5.0; python_version >= "3.7"
|
||||||
pyopenssl==17.3.0
|
pyopenssl==17.5.0
|
||||||
pyparsing==2.2.1
|
pyparsing==2.2.1
|
||||||
pypiwin32==223; sys_platform == "win32" and python_version >= "3.7"
|
pypiwin32==223; sys_platform == "win32" and python_version >= "3.7"
|
||||||
pyrfc3339==1.0
|
pyrfc3339==1.0
|
||||||
@@ -72,12 +73,12 @@ pyrsistent==0.18.1; python_version >= "3.7"
|
|||||||
pytest-cov==3.0.0; python_version >= "3.7"
|
pytest-cov==3.0.0; python_version >= "3.7"
|
||||||
pytest-forked==1.4.0; python_version >= "3.7"
|
pytest-forked==1.4.0; python_version >= "3.7"
|
||||||
pytest-xdist==2.5.0; python_version >= "3.7"
|
pytest-xdist==2.5.0; python_version >= "3.7"
|
||||||
pytest==7.0.1; python_version >= "3.7"
|
pytest==7.1.2; python_version >= "3.7"
|
||||||
python-augeas==0.5.0
|
python-augeas==0.5.0
|
||||||
python-dateutil==2.8.2; python_version >= "3.7"
|
python-dateutil==2.8.2; python_version >= "3.7"
|
||||||
python-digitalocean==1.11
|
python-digitalocean==1.11
|
||||||
pytz==2019.3
|
pytz==2019.3
|
||||||
pywin32==303; sys_platform == "win32" and python_version >= "3.7"
|
pywin32==304; sys_platform == "win32" and python_version >= "3.7"
|
||||||
pyyaml==5.4.1; python_version >= "3.7"
|
pyyaml==5.4.1; python_version >= "3.7"
|
||||||
requests-file==1.5.1; python_version >= "3.7"
|
requests-file==1.5.1; python_version >= "3.7"
|
||||||
requests-toolbelt==0.9.1; python_version >= "3.7"
|
requests-toolbelt==0.9.1; python_version >= "3.7"
|
||||||
@@ -87,30 +88,29 @@ s3transfer==0.3.7; python_version >= "3.7"
|
|||||||
setuptools==41.6.0
|
setuptools==41.6.0
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
texttable==1.6.4; python_version >= "3.7"
|
texttable==1.6.4; python_version >= "3.7"
|
||||||
tldextract==3.2.0; python_version >= "3.7"
|
tldextract==3.3.0; python_version >= "3.7"
|
||||||
toml==0.10.2; python_version >= "3.7"
|
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" or python_full_version <= "3.11.0a6" and python_version >= "3.7" or python_version >= "3.7"
|
||||||
tomli==2.0.1; python_version >= "3.7"
|
|
||||||
tox==1.9.2; python_version >= "3.7"
|
tox==1.9.2; python_version >= "3.7"
|
||||||
typed-ast==1.5.2; python_version >= "3.7" and python_version < "3.8" or implementation_name == "cpython" and python_version < "3.8" and python_version >= "3.7"
|
typed-ast==1.5.4; python_version >= "3.7" and python_version < "3.8" or implementation_name == "cpython" and python_version < "3.8" and python_version >= "3.7"
|
||||||
types-cryptography==3.3.18; python_version >= "3.7"
|
types-cryptography==3.3.21; python_version >= "3.7"
|
||||||
types-mock==4.0.11; python_version >= "3.7"
|
types-mock==4.0.15; python_version >= "3.7"
|
||||||
types-pyopenssl==22.0.0; python_version >= "3.7"
|
types-pyopenssl==22.0.3; python_version >= "3.7"
|
||||||
types-pyrfc3339==1.1.1; python_version >= "3.7"
|
types-pyrfc3339==1.1.1; python_version >= "3.7"
|
||||||
types-python-dateutil==2.8.9; python_version >= "3.7"
|
types-python-dateutil==2.8.17; python_version >= "3.7"
|
||||||
types-pytz==2021.3.5; python_version >= "3.7"
|
types-pytz==2022.1.0; python_version >= "3.7"
|
||||||
types-requests==2.27.11; python_version >= "3.7"
|
types-requests==2.27.31; python_version >= "3.7"
|
||||||
types-setuptools==57.4.10; python_version >= "3.7"
|
types-setuptools==57.4.17; python_version >= "3.7"
|
||||||
types-six==1.16.12; python_version >= "3.7"
|
types-six==1.16.16; python_version >= "3.7"
|
||||||
types-urllib3==1.26.10; python_version >= "3.7"
|
types-urllib3==1.26.15; python_version >= "3.7"
|
||||||
typing-extensions==4.1.1; python_version >= "3.7" or python_version < "3.10" and python_version >= "3.7" or python_version < "3.8" and python_version >= "3.7"
|
typing-extensions==4.2.0; python_version >= "3.7" or python_version < "3.10" and python_version >= "3.7" or python_version < "3.8" and python_version >= "3.7"
|
||||||
uritemplate==3.0.1; python_version >= "3.7"
|
uritemplate==3.0.1; python_version >= "3.7"
|
||||||
urllib3==1.24.2
|
urllib3==1.24.2
|
||||||
virtualenv==20.13.3; python_version >= "3.7"
|
virtualenv==20.14.1; python_version >= "3.7"
|
||||||
websocket-client==0.59.0; python_version >= "3.7"
|
websocket-client==0.59.0; python_version >= "3.7"
|
||||||
wheel==0.33.6
|
wheel==0.33.6
|
||||||
wheel==0.33.6; python_version >= "3.7"
|
wheel==0.33.6; python_version >= "3.7"
|
||||||
wrapt==1.13.3; python_version >= "3.7"
|
wrapt==1.14.1; python_version >= "3.7"
|
||||||
zipp==3.7.0; python_version < "3.8" and python_version >= "3.7"
|
zipp==3.8.0; python_version < "3.8" and python_version >= "3.7"
|
||||||
zope.component==4.1.0
|
zope.component==4.1.0
|
||||||
zope.event==4.0.3
|
zope.event==4.0.3
|
||||||
zope.hookable==4.0.4
|
zope.hookable==4.0.4
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ oauth2client = "4.0.0"
|
|||||||
parsedatetime = "2.4"
|
parsedatetime = "2.4"
|
||||||
pbr = "1.8.0"
|
pbr = "1.8.0"
|
||||||
ply = "3.4"
|
ply = "3.4"
|
||||||
pyOpenSSL = "17.3.0"
|
pyOpenSSL = "17.5.0"
|
||||||
pyRFC3339 = "1.0"
|
pyRFC3339 = "1.0"
|
||||||
pyasn1 = "0.1.9"
|
pyasn1 = "0.1.9"
|
||||||
pycparser = "2.14"
|
pycparser = "2.14"
|
||||||
|
|||||||
Reference in New Issue
Block a user