From 3b12d18b57fd67e0cbf9c6879c412295a21e9547 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:06:57 +0000 Subject: [PATCH] chore(deps): update dependency types-paramiko to v3 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4722bb725..10dd61e5d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,6 +10,6 @@ pytest==7.2.2 python-dotenv==0.21.1 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