From 28a1821b090fb08082a0bf444646af786705a47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:32:16 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.41.0 to 4.43.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.41.0 to 4.43.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.41.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.43.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index efc2c4c3..c58e2c95 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do gem 'prosopite', '~> 2.1.2' gem 'rspec-openapi', '~> 0.25' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' - gem 'selenium-webdriver', '~> 4.41.0' + gem 'selenium-webdriver', '~> 4.43.0' gem 'shoulda-matchers', '~> 7.0' gem 'simplecov', '~> 0.22.0', require: false gem 'webmock', '~> 3.26' diff --git a/Gemfile.lock b/Gemfile.lock index daa74cd6..cadab880 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -594,7 +594,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - selenium-webdriver (4.41.0) + selenium-webdriver (4.43.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -713,7 +713,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.9) rubocop-rspec_rails (~> 2.32.0) - selenium-webdriver (~> 4.41.0) + selenium-webdriver (~> 4.43.0) shoulda-matchers (~> 7.0) simplecov (~> 0.22.0) sprockets-rails (~> 3.5, >= 3.5.2)