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