From a93e8f94f2e305beda4d474556311762d62bc676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:29:04 +0000 Subject: [PATCH] chromedriver: Update to version 141.0.7390.56 --- bucket/chromedriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 299236a4d9..24fc062dcf 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,17 +1,17 @@ { - "version": "141.0.7390.54", + "version": "141.0.7390.56", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.54/win64/chromedriver-win64.zip", - "hash": "04ca20c2581160ea4b0f4989883328abfa77aabd95a3755326da4d8242721e20", + "url": "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.56/win64/chromedriver-win64.zip", + "hash": "4f6169f0b5fe07069179bc4967a54c1c4b91c81f676d1e2c35d44edb761b1485", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.54/win32/chromedriver-win32.zip", - "hash": "ba58721413f6e196a977167295f47810b2fa37524f4b534925e2478d0793bbf3", + "url": "https://storage.googleapis.com/chrome-for-testing-public/141.0.7390.56/win32/chromedriver-win32.zip", + "hash": "fc988da84866ddf847eaa07a5a8ba1e4064390b55c55f237009a2fbb5174d8f1", "extract_dir": "chromedriver-win32" } },