Skip to content

Commit b5304e4

Browse files
author
Jussi Kukkonen
committed
Bump Cryptography, pin the py2 version separately
On Python3 bump cryptography from 3.3.1 to 3.4.5. On python2 bump from 3.3.1 to 3.3.2 (3.3-branch is the last branch with python2 support). Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 4ae675c commit b5304e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-pinned.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
certifi==2020.12.5 # via requests
22
cffi==1.14.4 # via cryptography, pynacl
33
chardet==4.0.0 # via requests
4-
cryptography==3.3.1 # via securesystemslib
4+
cryptography==3.4.5 ; python_version >= '3' # via securesystemslib
5+
cryptography==3.3.2 ; python_version < '3' # via securesystemslib
56
enum34==1.1.10 ; python_version < '3' # via cryptography
67
idna==2.10 # via requests
78
ipaddress==1.0.23 ; python_version < '3' # via cryptography

0 commit comments

Comments
 (0)