Skip to content

Commit

Permalink
sshfs: bump min ver to 2022.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Jun 7, 2022
1 parent 41ecd2e commit c9a3cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -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 =
Expand Down

0 comments on commit c9a3cb8

Please sign in to comment.