From ef32be54f071230cd54890e7b13dd45a7c411a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:14:29 +0000 Subject: [PATCH] chore(deps): bump paramiko from 3.2.0 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.2.0 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.2.0...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0aa8ddc..410cbe9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ 'jinja2==3.1.6', 'markupsafe==2.1.3', 'olefile==0.46', - 'paramiko==3.2.0', + 'paramiko==3.4.0', 'passlib==1.7.4', 'pyasn1==0.6.1', 'pycparser==2.21',