@@ -108,7 +108,7 @@ jobs:
108108 - restore_cache :
109109 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
110110 - browser-tools/install-browser-tools :
111- chrome-version : 116 .0.5845.110
111+ chrome-version : 120 .0.6099.71
112112 - run :
113113 name : ️️🏗️ pip dev requirements
114114 command : |
@@ -199,7 +199,7 @@ jobs:
199199 - restore_cache :
200200 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
201201 - browser-tools/install-browser-tools :
202- chrome-version : 116 .0.5845.110
202+ chrome-version : 120 .0.6099.71
203203 install-firefox : false
204204 install-geckodriver : false
205205 - attach_workspace :
@@ -316,7 +316,7 @@ jobs:
316316 - restore_cache :
317317 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
318318 - browser-tools/install-browser-tools :
319- chrome-version : 116 .0.5845.110
319+ chrome-version : 120 .0.6099.71
320320 install-firefox : false
321321 install-geckodriver : false
322322 - attach_workspace :
@@ -387,7 +387,7 @@ jobs:
387387 - restore_cache :
388388 key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
389389 - browser-tools/install-browser-tools :
390- chrome-version : 116 .0.5845.110
390+ chrome-version : 120 .0.6099.71
391391 install-firefox : false
392392 install-geckodriver : false
393393 - attach_workspace :
@@ -461,7 +461,7 @@ jobs:
461461 - restore_cache :
462462 key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
463463 - browser-tools/install-browser-tools :
464- chrome-version : 116 .0.5845.110
464+ chrome-version : 120 .0.6099.71
465465 install-firefox : false
466466 install-geckodriver : false
467467 - attach_workspace :
@@ -517,7 +517,7 @@ jobs:
517517 - restore_cache :
518518 key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
519519 - browser-tools/install-browser-tools :
520- chrome-version : 116 .0.5845.110
520+ chrome-version : 120 .0.6099.71
521521 install-firefox : false
522522 install-geckodriver : false
523523 - attach_workspace :
@@ -555,7 +555,7 @@ jobs:
555555 - restore_cache :
556556 key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
557557 - browser-tools/install-browser-tools :
558- chrome-version : 116 .0.5845.110
558+ chrome-version : 120 .0.6099.71
559559 install-firefox : false
560560 install-geckodriver : false
561561 - run :
0 commit comments