nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
636 stars 116 forks source link

Upgrade to paramiko 3.4.0 #373

Closed alex closed 4 months ago

alex commented 6 months ago

This resolves https://terrapin-attack.com/

nchammas commented 4 months ago

@alex - Thank you for taking the time to author this upgrade, and sorry for taking so long to merge it.

I modified your PR by re-pinning the dependencies on Python 3.8, as I am not sure whether using Python 3.11 to pin dependencies will select versions that also work on Python 3.8. This point was not clear in the contributing guide, so I also tweaked that as part of this PR.

alex commented 4 months ago

No problem. Happy to help.