Skip to content

Commit 70f2f39

Browse files
authored
Merge pull request #1282 from jku/pin-cryptography
Bump Cryptography, pin the py2 version separately
2 parents 4ae675c + b5304e4 commit 70f2f39

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)