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 @@ -65,7 +65,7 @@ soupsieve==2.2.1;python_version>="3.6"
65
65
beautifulsoup4 == 4.9.3
66
66
cryptography == 2.9.2 ;python_version < "3.5"
67
67
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
68
- cryptography == 3.4.7 ;python_version >= "3.6"
68
+ cryptography == 3.4.8 ;python_version >= "3.6"
69
69
pyopenssl == 19.1.0 ;python_version < "3.5"
70
70
pyopenssl == 20.0.1 ;python_version >= "3.5"
71
71
pygments == 2.5.2 ;python_version < "3.5"
Original file line number Diff line number Diff line change 180
180
"beautifulsoup4==4.9.3" ,
181
181
'cryptography==2.9.2;python_version<"3.5"' ,
182
182
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
183
- 'cryptography==3.4.7 ;python_version>="3.6"' ,
183
+ 'cryptography==3.4.8 ;python_version>="3.6"' ,
184
184
'pyopenssl==19.1.0;python_version<"3.5"' ,
185
185
'pyopenssl==20.0.1;python_version>="3.5"' ,
186
186
'pygments==2.5.2;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments