diff --git a/setup.cfg b/setup.cfg index 49eb12daca..00fed0a1da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -104,11 +104,11 @@ ssh = # due to https://github.com/python-poetry/poetry/issues/4683, we have to # explicitly specify bcrypt here bcrypt - sshfs[bcrypt]>=2021.11.2 + sshfs[bcrypt]>=2022.6.0 # gssapi should not be included in all_remotes, because it doesn't have wheels # for Linux, so it will fail to compile if user doesn't have all the # requirements, including kerberos itself. -ssh_gssapi = sshfs[gssapi]>=2021.11.2 +ssh_gssapi = sshfs[gssapi]>=2022.6.0 webdav = webdav4>=0.9.3 # not to break `dvc[webhdfs]` webhdfs =