From c786a2679491d18b03b796671957a2a154e8fed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:32:39 +0000 Subject: [PATCH] chore(deps): bump paramiko from 3.4.0 to 4.0.0 in /backend Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 4.0.0. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...4.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bee8762f..272e6a86 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -45,7 +45,7 @@ aiohttp==3.9.1 nest-asyncio>=1.6.0 # 允许在已有事件循环中嵌套运行异步代码 # SFTP 客户端 -paramiko==3.4.0 +paramiko==4.0.0 # 配置和环境 pydantic==2.5.0