File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.2 .0 ;python_version >= "3.5"
3
+ setuptools >= 46.3 .0 ;python_version >= "3.5"
4
4
setuptools-scm >= 3.5.0
5
5
wheel >= 0.34.2
6
6
six == 1.14.0
@@ -13,7 +13,7 @@ requests==2.23.0
13
13
selenium == 3.141.0
14
14
pluggy == 0.13.1
15
15
attrs >= 19.3.0
16
- pytest == 4.6.9 ;python_version < "3.5"
16
+ pytest == 4.6.10 ;python_version < "3.5"
17
17
pytest == 5.4.2 ;python_version >= "3.5"
18
18
pytest-cov == 2.8.1
19
19
pytest-forked == 1.1.3
@@ -41,8 +41,8 @@ coverage==5.1
41
41
pyotp == 2.3.0
42
42
boto == 2.49.0
43
43
cffi == 1.14.0
44
- flake8 == 3.7.9
45
- pyflakes == 2.1.1
44
+ flake8 == 3.8.1
45
+ pyflakes == 2.2.0
46
46
certifi >= 2020.4.5.1
47
47
pdfminer.six == 20191110 ;python_version < "3.5"
48
48
pdfminer.six == 20200402 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 97
97
'selenium==3.141.0' ,
98
98
'pluggy==0.13.1' ,
99
99
'attrs>=19.3.0' ,
100
- 'pytest==4.6.9 ;python_version<"3.5"' ,
100
+ 'pytest==4.6.10 ;python_version<"3.5"' ,
101
101
'pytest==5.4.2;python_version>="3.5"' ,
102
102
'pytest-cov==2.8.1' ,
103
103
'pytest-forked==1.1.3' ,
125
125
'pyotp==2.3.0' ,
126
126
'boto==2.49.0' ,
127
127
'cffi==1.14.0' ,
128
- 'flake8==3.7.9 ' ,
129
- 'pyflakes==2.1.1 ' ,
128
+ 'flake8==3.8.1 ' ,
129
+ 'pyflakes==2.2.0 ' ,
130
130
'certifi>=2020.4.5.1' ,
131
131
'pdfminer.six==20191110;python_version<"3.5"' ,
132
132
'pdfminer.six==20200402;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments