From 49e7073a4b0a60e23ab51b43f45bacf024c2f0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 7 Mar 2019 17:40:06 +0100 Subject: [PATCH] Bumped some secondary requirements The cryptography package was getting old, and since Flamenco is going to issue JWT tokens soon, I wanted to be up to date with security fixes. --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 908b66a..c2c6c25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ pyopenssl==16.2.0 requests==2.13.0 # Secondary requirements -cffi==1.10.0 -cryptography==2.0.3 +cffi==1.12.2 +cryptography==2.6.1 idna==2.5 pyasn1==0.4.4 -pycparser==2.17 -six==1.10.0 +pycparser==2.19 +six==1.12.0