From 24fe87963f1cd03734a475f69867edbec5551ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:17:17 +1100 Subject: [PATCH] chore(deps): update dependency types-paramiko to v3 (#1027) --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f3dfdd64f..61a969eec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,6 +10,6 @@ pytest==7.2.2 python-dotenv==1.0.0 python-Levenshtein==0.20.9 requests==2.31.0 -types-paramiko==2.12.0.3 +types-paramiko==3.3.0.0 types-requests==2.28.11.15 uvicorn==0.20.0