@@ -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.96
111
+ chrome-version : 116.0.5845.110
112
112
- run :
113
113
name : ️️🏗️ pip dev requirements
114
114
command : |
@@ -184,7 +184,7 @@ jobs:
184
184
- restore_cache :
185
185
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
186
186
- browser-tools/install-browser-tools :
187
- chrome-version : 116.0.5845.96
187
+ chrome-version : 116.0.5845.110
188
188
install-firefox : false
189
189
install-geckodriver : false
190
190
- attach_workspace :
@@ -301,7 +301,7 @@ jobs:
301
301
- restore_cache :
302
302
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
303
303
- browser-tools/install-browser-tools :
304
- chrome-version : 116.0.5845.96
304
+ chrome-version : 116.0.5845.110
305
305
install-firefox : false
306
306
install-geckodriver : false
307
307
- attach_workspace :
@@ -372,7 +372,7 @@ jobs:
372
372
- restore_cache :
373
373
key : html-{{ checksum "components/dash-html-components/package.json" }}-{{ checksum "components/dash-html-components/package-lock.json" }}
374
374
- browser-tools/install-browser-tools :
375
- chrome-version : 116.0.5845.96
375
+ chrome-version : 116.0.5845.110
376
376
install-firefox : false
377
377
install-geckodriver : false
378
378
- attach_workspace :
@@ -446,7 +446,7 @@ jobs:
446
446
- restore_cache :
447
447
key : dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
448
448
- browser-tools/install-browser-tools :
449
- chrome-version : 116.0.5845.96
449
+ chrome-version : 116.0.5845.110
450
450
install-firefox : false
451
451
install-geckodriver : false
452
452
- attach_workspace :
@@ -502,7 +502,7 @@ jobs:
502
502
- restore_cache :
503
503
key : table-{{ checksum "components/dash-table/package.json" }}-{{ checksum "components/dash-table/package-lock.json" }}
504
504
- browser-tools/install-browser-tools :
505
- chrome-version : 116.0.5845.96
505
+ chrome-version : 116.0.5845.110
506
506
install-firefox : false
507
507
install-geckodriver : false
508
508
- attach_workspace :
@@ -540,7 +540,7 @@ jobs:
540
540
- restore_cache :
541
541
key : dep-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
542
542
- browser-tools/install-browser-tools :
543
- chrome-version : 116.0.5845.96
543
+ chrome-version : 116.0.5845.110
544
544
install-firefox : false
545
545
install-geckodriver : false
546
546
- run :
0 commit comments