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 @@ -87,6 +87,6 @@ pyflakes==2.2.0;python_version>="3.5"
87
87
tornado == 5.1.1 ;python_version < "3.5"
88
88
tornado == 6.1 ;python_version >= "3.5"
89
89
allure-pytest == 2.8.22 ;python_version < "3.5"
90
- allure-pytest == 2.8.35 ;python_version >= "3.5"
90
+ allure-pytest == 2.8.36 ;python_version >= "3.5"
91
91
pdfminer.six == 20191110 ;python_version < "3.5"
92
92
pdfminer.six == 20201018 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 191
191
'tornado==5.1.1;python_version<"3.5"' ,
192
192
'tornado==6.1;python_version>="3.5"' ,
193
193
'allure-pytest==2.8.22;python_version<"3.5"' ,
194
- 'allure-pytest==2.8.35 ;python_version>="3.5"' ,
194
+ 'allure-pytest==2.8.36 ;python_version>="3.5"' ,
195
195
'pdfminer.six==20191110;python_version<"3.5"' ,
196
196
'pdfminer.six==20201018;python_version>="3.5"' ,
197
197
],
You can’t perform that action at this time.
0 commit comments