From e75762283b8feced5a63d200fb5ec71a8c54614f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:21:08 +0000 Subject: [PATCH] build(deps): bump paramiko from 3.4.0 to 3.5.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.5.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4d32d3ba8..6d28c5506 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = attrs ilcli cryptography==43.0.3 - paramiko==3.4.0 + paramiko==3.5.0 ruamel.yaml furl pydantic[email]>=2.0.0