From 534d9b4aac306de6106af152e62dd1c2686113a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:09:45 +0000 Subject: [PATCH] build(deps): bump paramiko from 3.4.0 to 3.4.1 in /server Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.4.1. - [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: paramiko dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements/common.txt b/server/requirements/common.txt index 883fe5ff..7fad66bf 100644 --- a/server/requirements/common.txt +++ b/server/requirements/common.txt @@ -12,7 +12,7 @@ django-ipware==7.0.1 djangorestframework==3.15.2 drf-chunked-upload==0.6.0 humanize==4.10.0 -paramiko==3.4.0 +paramiko==3.4.1 psycopg2-binary==2.9.9 pymemcache==4.0.0 python-dotenv==1.0.1