File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ soupsieve==2.2.1;python_version>="3.6"
59
59
beautifulsoup4 == 4.9.3
60
60
cryptography == 2.9.2 ;python_version < "3.5"
61
61
cryptography == 3.0 ;python_version >= "3.5" and python_version<"3.6"
62
- cryptography == 3.3.2 ;python_version >= "3.6"
62
+ cryptography == 3.4.7 ;python_version >= "3.6"
63
63
pyopenssl == 19.1.0 ;python_version < "3.6"
64
64
pyopenssl == 20.0.1 ;python_version >= "3.6"
65
65
pygments == 2.5.2 ;python_version < "3.5"
Original file line number Diff line number Diff line change 174
174
"beautifulsoup4==4.9.3" ,
175
175
'cryptography==2.9.2;python_version<"3.5"' ,
176
176
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"' ,
177
- 'cryptography==3.3.2 ;python_version>="3.6"' ,
177
+ 'cryptography==3.4.7 ;python_version>="3.6"' ,
178
178
'pyopenssl==19.1.0;python_version<"3.6"' ,
179
179
'pyopenssl==20.0.1;python_version>="3.6"' ,
180
180
'pygments==2.5.2;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments