Skip to content

Commit 87d10b6

Browse files
committed
Update HighCharts version
1 parent 8d500e0 commit 87d10b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Reveal:
215215

216216

217217
class HighCharts:
218-
VER = "9.0.1"
218+
VER = "9.1.1"
219219
HC_CSS = "https://code.highcharts.com/%s/css/highcharts.css" % VER
220220
HC_JS = "https://code.highcharts.com/%s/highcharts.js" % VER
221221
EXPORTING_JS = "https://code.highcharts.com/%s/modules/exporting.js" % VER

0 commit comments

Comments
 (0)