From e60b591aab488b8f15839b4fffdc88cb5358a288 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Mon, 15 Jun 2026 14:57:36 +0800 Subject: [PATCH] fix: Removed cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES deprecation warning --- utils/ansible_executor/requirements-python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ansible_executor/requirements-python.txt b/utils/ansible_executor/requirements-python.txt index 05978f43a..94f3936e8 100644 --- a/utils/ansible_executor/requirements-python.txt +++ b/utils/ansible_executor/requirements-python.txt @@ -1,5 +1,5 @@ # Aligned with JumpServer pyproject.toml ansible-related Python deps. -paramiko==3.2.0 +paramiko==3.5.1 sshtunnel==0.4.0 pywinrm==0.4.3 telnetlib3==4.0.2