File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.1
2
2
setuptools >= 44.1.0 ;python_version < "3.5"
3
- setuptools >= 46.3 .0 ;python_version >= "3.5"
3
+ setuptools >= 46.4 .0 ;python_version >= "3.5"
4
4
setuptools-scm >= 3.5.0
5
5
wheel >= 0.34.2
6
6
six == 1.14.0
@@ -26,9 +26,9 @@ pytest-rerunfailures==8.0;python_version<"3.6"
26
26
pytest-rerunfailures == 9.0 ;python_version >= "3.6"
27
27
pytest-xdist == 1.32.0
28
28
parameterized == 0.7.4
29
- soupsieve == 1.9.5 ;python_version < "3.5"
30
- soupsieve == 2.0 ;python_version >= "3.5"
31
- beautifulsoup4 == 4.9.0
29
+ soupsieve == 1.9.6 ;python_version < "3.5"
30
+ soupsieve == 2.0.1 ;python_version >= "3.5"
31
+ beautifulsoup4 == 4.9.1
32
32
cryptography == 2.9.2
33
33
pyopenssl == 19.1.0
34
34
pygments == 2.5.2 ;python_version < "3.5"
@@ -47,4 +47,4 @@ pyflakes==2.1.1;python_version<"3.5"
47
47
pyflakes == 2.2.0 ;python_version >= "3.5"
48
48
certifi >= 2020.4.5.1
49
49
pdfminer.six == 20191110 ;python_version < "3.5"
50
- pdfminer.six == 20200402 ;python_version >= "3.5"
50
+ pdfminer.six == 20200517 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 110
110
'pytest-rerunfailures==9.0;python_version>="3.6"' ,
111
111
'pytest-xdist==1.32.0' ,
112
112
'parameterized==0.7.4' ,
113
- 'soupsieve==1.9.5 ;python_version<"3.5"' ,
114
- 'soupsieve==2.0;python_version>="3.5"' ,
115
- 'beautifulsoup4==4.9.0 ' ,
113
+ 'soupsieve==1.9.6 ;python_version<"3.5"' ,
114
+ 'soupsieve==2.0.1 ;python_version>="3.5"' ,
115
+ 'beautifulsoup4==4.9.1 ' ,
116
116
'cryptography==2.9.2' ,
117
117
'pyopenssl==19.1.0' ,
118
118
'pygments==2.5.2;python_version<"3.5"' ,
131
131
'pyflakes==2.2.0;python_version>="3.5"' ,
132
132
'certifi>=2020.4.5.1' ,
133
133
'pdfminer.six==20191110;python_version<"3.5"' ,
134
- 'pdfminer.six==20200402 ;python_version>="3.5"' ,
134
+ 'pdfminer.six==20200517 ;python_version>="3.5"' ,
135
135
],
136
136
packages = [
137
137
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments