File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ parameterized==0.7.4
32
32
soupsieve == 1.9.6 ;python_version < "3.5"
33
33
soupsieve == 2.0.1 ;python_version >= "3.5"
34
34
beautifulsoup4 == 4.9.1
35
- cryptography == 2.9.2
35
+ cryptography == 3.0
36
36
pyopenssl == 19.1.0
37
37
pygments == 2.5.2 ;python_version < "3.5"
38
38
pygments == 2.6.1 ;python_version >= "3.5"
@@ -51,4 +51,4 @@ pyflakes==2.2.0;python_version>="3.5"
51
51
certifi >= 2020.6.20
52
52
allure-pytest == 2.8.16
53
53
pdfminer.six == 20191110 ;python_version < "3.5"
54
- pdfminer.six == 20200517 ;python_version >= "3.5"
54
+ pdfminer.six == 20200720 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 124
124
'soupsieve==1.9.6;python_version<"3.5"' ,
125
125
'soupsieve==2.0.1;python_version>="3.5"' ,
126
126
'beautifulsoup4==4.9.1' ,
127
- 'cryptography==2.9.2 ' ,
127
+ 'cryptography==3.0 ' ,
128
128
'pyopenssl==19.1.0' ,
129
129
'pygments==2.5.2;python_version<"3.5"' ,
130
130
'pygments==2.6.1;python_version>="3.5"' ,
143
143
'certifi>=2020.6.20' ,
144
144
'allure-pytest==2.8.16' ,
145
145
'pdfminer.six==20191110;python_version<"3.5"' ,
146
- 'pdfminer.six==20200517 ;python_version>="3.5"' ,
146
+ 'pdfminer.six==20200720 ;python_version>="3.5"' ,
147
147
],
148
148
packages = [
149
149
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments