From 4d5b88613f6aaea99dfffc5e42c8de65432a9dd1 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Wed, 22 Mar 2023 16:16:22 +0900 Subject: [PATCH] deps: bump asyncssh minver --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 348319a0..54e0fe92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ install_requires= pygtrie>=2.3.2 fsspec>=2021.7.0 pathspec>=0.9.0 - asyncssh>=2.7.1,<3 + asyncssh>=2.13.1,<3 funcy>=1.14 shortuuid>=0.5.0