From a863bebf5ccd7278f9e2b23ff2e84b9309f6af25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:53:20 +0000 Subject: [PATCH] build(deps): bump paramiko from 2.10.3 to 3.4.0 Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.10.3 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.10.3...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 7e5d17ef..bf3bff07 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -93,7 +93,7 @@ packaging==23.0 # black # build # pytest -paramiko==2.10.3 +paramiko==3.4.0 # via docker pathspec==0.9.0 # via black @@ -167,7 +167,6 @@ six==1.14.0 # bcrypt # dockerpty # jsonschema - # paramiko # python-dateutil # virtualenv # websocket-client