summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-11 09:35:18 +0000
committerGitHub <noreply@github.com>2024-06-11 09:35:18 +0000
commitf9998fabb5208cb3b459e386d6fe63c8659be884 (patch)
tree23c7656e502a777e1391789010a4215169af78f4
parent21e3948bddf9dd39339bda6a8d655919a5ee8ca6 (diff)
downloadvyos-ansible-collection-f9998fabb5208cb3b459e386d6fe63c8659be884.tar.gz
vyos-ansible-collection-f9998fabb5208cb3b459e386d6fe63c8659be884.zip
Bump paramiko from 2.8.1 to 3.4.0
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.8.1 to 3.4.0. - [Commits](https://github.com/paramiko/paramiko/compare/2.8.1...3.4.0) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f3152c2..8e05afb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
ansible-pylibssh
-paramiko==2.8.1
+paramiko==3.4.0
# paramiko 2.8.1 depends on six but does not install it
six