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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user