File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pymysql==0.10.1;python_version<"3.6"
71
71
pymysql == 1.0.2 ;python_version >= "3.6"
72
72
coverage == 5.4
73
73
brython == 3.9.1
74
- pyotp == 2.5.1
74
+ pyotp == 2.6.0
75
75
boto == 2.49.0
76
76
cffi == 1.14.4
77
77
toml == 0.10.2
@@ -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.32 ;python_version >= "3.5"
89
+ allure-pytest == 2.8.33 ;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 175
175
'pymysql==1.0.2;python_version>="3.6"' ,
176
176
'coverage==5.4' ,
177
177
'brython==3.9.1' ,
178
- 'pyotp==2.5.1 ' ,
178
+ 'pyotp==2.6.0 ' ,
179
179
'boto==2.49.0' ,
180
180
'cffi==1.14.4' ,
181
181
'toml==0.10.2' ,
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.32 ;python_version>="3.5"' ,
193
+ 'allure-pytest==2.8.33 ;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