@@ -108,7 +108,7 @@ jobs:
108
108
- restore_cache :
109
109
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
110
110
- browser-tools/install-browser-tools :
111
- chrome-version : 116 .0.5845.110
111
+ chrome-version : 120 .0.6099.71
112
112
- run :
113
113
name : ️️🏗️ pip dev requirements
114
114
command : |
@@ -199,7 +199,7 @@ jobs:
199
199
- restore_cache :
200
200
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
201
201
- browser-tools/install-browser-tools :
202
- chrome-version : 116 .0.5845.110
202
+ chrome-version : 120 .0.6099.71
203
203
install-firefox : false
204
204
install-geckodriver : false
205
205
- attach_workspace :
@@ -316,7 +316,7 @@ jobs:
316
316
- restore_cache :
317
317
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
318
318
- browser-tools/install-browser-tools :
319
- chrome-version : 116 .0.5845.110
319
+ chrome-version : 120 .0.6099.71
320
320
install-firefox : false
321
321
install-geckodriver : false
322
322
- attach_workspace :
@@ -387,7 +387,7 @@ jobs:
387
387
- restore_cache :
388
388
key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
389
389
- browser-tools/install-browser-tools :
390
- chrome-version : 116 .0.5845.110
390
+ chrome-version : 120 .0.6099.71
391
391
install-firefox : false
392
392
install-geckodriver : false
393
393
- attach_workspace :
@@ -461,7 +461,7 @@ jobs:
461
461
- restore_cache :
462
462
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
463
463
- browser-tools/install-browser-tools :
464
- chrome-version : 116 .0.5845.110
464
+ chrome-version : 120 .0.6099.71
465
465
install-firefox : false
466
466
install-geckodriver : false
467
467
- attach_workspace :
@@ -517,7 +517,7 @@ jobs:
517
517
- restore_cache :
518
518
key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
519
519
- browser-tools/install-browser-tools :
520
- chrome-version : 116 .0.5845.110
520
+ chrome-version : 120 .0.6099.71
521
521
install-firefox : false
522
522
install-geckodriver : false
523
523
- attach_workspace :
@@ -555,7 +555,7 @@ jobs:
555
555
- restore_cache :
556
556
key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
557
557
- browser-tools/install-browser-tools :
558
- chrome-version : 116 .0.5845.110
558
+ chrome-version : 120 .0.6099.71
559
559
install-firefox : false
560
560
install-geckodriver : false
561
561
- run :
0 commit comments