File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.3.3
2
2
packaging >= 20.8
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
5
- setuptools >= 51.0 .0 ;python_version >= "3.6"
5
+ setuptools >= 51.1 .0 ;python_version >= "3.6"
6
6
setuptools-scm >= 5.0.1
7
7
wheel >= 0.36.2
8
8
attrs >= 20.3.0
@@ -82,6 +82,6 @@ pyflakes==2.2.0;python_version>="3.5"
82
82
tornado == 5.1.1 ;python_version < "3.5"
83
83
tornado == 6.1 ;python_version >= "3.5"
84
84
allure-pytest == 2.8.22 ;python_version < "3.5"
85
- allure-pytest == 2.8.24 ;python_version >= "3.5"
85
+ allure-pytest == 2.8.29 ;python_version >= "3.5"
86
86
pdfminer.six == 20191110 ;python_version < "3.5"
87
87
pdfminer.six == 20201018 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 106
106
'packaging>=20.8' ,
107
107
'setuptools>=44.1.1;python_version<"3.5"' ,
108
108
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
109
- 'setuptools>=51.0 .0;python_version>="3.6"' ,
110
- 'setuptools-scm' ,
109
+ 'setuptools>=51.1 .0;python_version>="3.6"' ,
110
+ 'setuptools-scm>=5.0.1 ' ,
111
111
'wheel>=0.36.2' ,
112
112
'attrs>=20.3.0' ,
113
113
'certifi>=2020.12.5' ,
114
- 'six' ,
115
- 'nose' ,
116
- 'ipdb' ,
114
+ 'six==1.15.0 ' ,
115
+ 'nose==1.3.7 ' ,
116
+ 'ipdb==0.13.4 ' ,
117
117
'parso==0.7.1' , # The last version for Python 2 and 3.5
118
118
'jedi==0.17.2' , # The last version for Python 2 and 3.5
119
119
'idna==2.10' , # Must stay in sync with "requests"
186
186
'tornado==5.1.1;python_version<"3.5"' ,
187
187
'tornado==6.1;python_version>="3.5"' ,
188
188
'allure-pytest==2.8.22;python_version<"3.5"' ,
189
- 'allure-pytest==2.8.24 ;python_version>="3.5"' ,
189
+ 'allure-pytest==2.8.29 ;python_version>="3.5"' ,
190
190
'pdfminer.six==20191110;python_version<"3.5"' ,
191
191
'pdfminer.six==20201018;python_version>="3.5"' ,
192
192
],
You can’t perform that action at this time.
0 commit comments