From 6a0f05fd545fd254b20b71f535cb11001191c289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:56:30 +0000 Subject: [PATCH] Bump paramiko from 2.7.1 to 2.10.1 in /backend Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.1 to 2.10.1. - [Release notes](https://github.com/paramiko/paramiko/releases) - [Changelog](https://github.com/paramiko/paramiko/blob/main/NEWS) - [Commits](https://github.com/paramiko/paramiko/compare/2.7.1...2.10.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 934af61..315c4f9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ uwsgi==2.0.17.1 gunicorn==19.9.0 channels==2.2.0 python-ldap==3.2.0 -paramiko==2.7.1 +paramiko==2.10.1 django==2.0.8 django-celery==3.2.2 djangorestframework-bulk==0.2.1