From 5af45ef068383f07dca3ec3d39245aa6eb2f41a7 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Mon, 24 Jan 2022 12:58:17 -0700 Subject: [PATCH] mgr/cephadm: require asyncssh 2.8 Fixes: https://tracker.ceph.com/issues/54003 Signed-off-by: Michael Fritch --- src/pybind/mgr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/requirements.txt b/src/pybind/mgr/requirements.txt index 8a7f30c8d7637..fd6d938a01e85 100644 --- a/src/pybind/mgr/requirements.txt +++ b/src/pybind/mgr/requirements.txt @@ -1,3 +1,3 @@ -rrequirements-required.txt -asyncssh +asyncssh==2.8 kubernetes==11.0.0 -- 2.39.5