From 0e8a22ffaf74000c86ef86200f554a3eda8bc67b Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 20 Mar 2018 10:20:01 -0400 Subject: [PATCH] Update the pylint and cryptography dependencies Signed-off-by: Vladimir Diaz --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 10a316cd..c56412e0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -19,7 +19,7 @@ cffi==1.11.5 six==1.11.0 iso8601==0.1.12 pynacl==1.2.1 -cryptography==2.1.4 +cryptography==2.2 securesystemslib==0.10.10 # Testing requirements. The rest of the testing dependencies available in @@ -27,5 +27,5 @@ securesystemslib==0.10.10 tox==2.9.1 # Linting requirements. -pylint==1.8.2 +pylint==1.8.3 bandit==1.4.0