From 441c60a3ca9a97681813a814a3e24608c55a6746 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 26 Jul 2018 11:55:04 -0700 Subject: [PATCH] Fix GitHub vulnerability notification. --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 7527504ed2dd41..f093721bb924f1 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,7 +4,7 @@ coverage==4.5.1 Django==1.6.11 # Last version supporting 2.6. mock==2.0.0 pytz==2012d # Last 2.6-compat version. -paramiko==2.3.1 # Last 2.6-compat version. +paramiko==2.3.2 # Last 2.6-compat version. pytest-catchlog==1.2.2 pytest==3.1.2 PyYAML==3.11; python_version < '2.7'