From c9a3cb803ca8f5b0fd70a02fb6ed415035bc24c5 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Tue, 7 Jun 2022 20:47:26 +0900 Subject: [PATCH] sshfs: bump min ver to 2022.6.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =