Pin sshpubkeys dependency to last version to support Py2 (#3614)

This commit is contained in:
Bert Blommers 2021-01-25 08:21:13 +00:00 committed by GitHub
parent 38124ab1c9
commit d7f218bfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,5 +32,5 @@ Jinja2<3.0.0,>=2.10.1; python_version == '2.7'
mock<=3.0.5; python_version == '2.7'
more-itertools==5.0.0; python_version == '2.7'
setuptools==44.0.0; python_version == '2.7'
sshpubkeys>=3.1.0,<4.0; python_version == '2.7'
sshpubkeys==3.1.0; python_version == '2.7'
zipp==0.6.0; python_version == '2.7'

View File

@ -86,7 +86,7 @@ _dep_jsondiff = "jsondiff>=1.1.2"
_dep_aws_xray_sdk = "aws-xray-sdk!=0.96,>=0.93"
_dep_idna = "idna<3,>=2.5"
_dep_cfn_lint = "cfn-lint>=0.4.0"
_dep_sshpubkeys_py2 = "sshpubkeys>=3.1.0,<4.0; python_version<'3'"
_dep_sshpubkeys_py2 = "sshpubkeys==3.1.0; python_version<'3'"
_dep_sshpubkeys_py3 = "sshpubkeys>=3.1.0; python_version>'3'"
all_extra_deps = [