I'm noticing that flake8 and pylint are pinned to old versions.
pip install -e "git+https://github.com/Azure/azure-cli@dev#egg=azure-cli-dev-tools&subdirectory=tools"
...
Collecting flake8==3.5.0
...
Collecting pylint==2.0.0
...
Is there a reason for this?
Could we update these versions?