From f9ccf9c9c210ccc34f2ac20dac7ead3f6500f0b1 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Wed, 17 Nov 2021 14:31:33 +0900 Subject: [PATCH] setup: bump asyncssh to 2.7.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 648ac28..e4d3442 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ long_description_content_type = text/markdown [options] install_requires = fsspec>=2021.8.1 - asyncssh>=2.7.0,<2.8 + asyncssh>=2.7.1,<2.8 async_exit_stack==1.0.1; python_version < "3.7" packages = find: