On Thu, Jul 13, 2023 at 12:06 PM Juraj Linkeš wrote: > On Thu, Jul 13, 2023 at 5:23 PM wrote: > > > > From: Jeremy Spewock > > > > added paramiko to the dependency files > > > > Signed-off-by: Jeremy Spewock > > --- > > 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. > I'm not completely sure if it is needed, but I would think that it would work without this listed in the pyproject.toml. I left it in to be less ambiguous as to where the package actually comes from, but I am okay with removing it if that is preferred. I'll run a test without it now quickly to make sure it works without this commit. > > > > > [tool.poetry.dev-dependencies] > > mypy = "^0.961" > > -- > > 2.41.0 > > >