From 8d9c6f566152644ac5a6078f77bde89373295a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:30:12 +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 c1b26c678..3c172f650 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = attrs ilcli cryptography==42.0.4 - paramiko==3.4.0 + paramiko==3.5.0 ruamel.yaml furl pydantic[email]>=2.0.0