[setup.cfg](https://github.com/althonos/fs.sshfs/blob/020994638c19ec8d835bd1c3ef10d9ea8d165561/setup.cfg#L50) has `paramiko >=2.0,<4.0`, but the [pypi page](https://pypi.org/project/fs.sshfs/) lists paramiko at version 4.0.0. Is this just a case of needing to bump up the paramiko version?
setup.cfg has
paramiko >=2.0,<4.0, but the pypi page lists paramiko at version 4.0.0.Is this just a case of needing to bump up the paramiko version?