From d4d6c95bcb3187e23ed8d331ae46fb98247c15d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:17:42 -0800 Subject: [PATCH] chore(deps): update selenium-webdriver requirement from ~> 4.2, < 4.16 to ~> 4.2, < 4.17 (#510) Updates the requirements on [selenium-webdriver](/~https://github.com/SeleniumHQ/selenium) to permit the latest version. - [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.2.0...selenium-4.16.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- appium_lib_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_lib_core.gemspec b/appium_lib_core.gemspec index 0cd764b8..7fbe947e 100644 --- a/appium_lib_core.gemspec +++ b/appium_lib_core.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.16' + spec.add_runtime_dependency 'selenium-webdriver', '~> 4.2', '< 4.17' spec.add_runtime_dependency 'faye-websocket', '~> 0.11.0' spec.add_development_dependency 'rake', '~> 13.0'