On Thu, Jul 13, 2023 at 5:23 PM <jspew...@iol.unh.edu> wrote: > > From: Jeremy Spewock <jspew...@iol.unh.edu> > > added paramiko to the dependency files > > Signed-off-by: Jeremy Spewock <jspew...@iol.unh.edu> > --- > dts/poetry.lock | 137 +++++++++++++++++++++++++++------------------ > dts/pyproject.toml | 1 + > 2 files changed, 82 insertions(+), 56 deletions(-) >
> diff --git a/dts/pyproject.toml b/dts/pyproject.toml > index 50bcdb327a..c4543d5c56 100644 > --- a/dts/pyproject.toml > +++ b/dts/pyproject.toml > @@ -13,6 +13,7 @@ warlock = "^2.0.1" > PyYAML = "^6.0" > types-PyYAML = "^6.0.8" > fabric = "^2.7.1" > +paramiko = "^3.1.0" Quick question - does the patch work with the paramiko version that goes with Fabric? If so, then we don't need this commit. > > [tool.poetry.dev-dependencies] > mypy = "^0.961" > -- > 2.41.0 >