From d2ed2aaf9e62758d643b608c64fda731e02446bf Mon Sep 17 00:00:00 2001 From: XiaoliChan <2209553467@qq.com> Date: Wed, 18 Oct 2023 20:13:43 +0800 Subject: [PATCH] [ssh] conflict fix Signed-off-by: XiaoliChan <2209553467@qq.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef1d5b30..03b2016f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ termcolor = "^2.3.0" msgpack = "^1.0.0" neo4j = "^4.1.1" # do not upgrade this until performance regression issues in 5 are fixed (as of 9/23) pylnk3 = "^0.4.2" -pypsrp = "^0.7.0" +pypsrp = "^0.8.1" paramiko = "^3.3.1" impacket = { git = "https://github.com/Pennyw0rth/impacket.git", branch = "gkdi" } dsinternals = "^1.2.4"