From ab5f64360f9badbf26e1466f89174bc8529520a3 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:10:21 -0500 Subject: [PATCH] Revert selenium bump and ignore it by dependabot. (#1668) (#1670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: https://github.com/SatelliteQE/robottelo/pull/17166 (cherry picked from commit 7b279d506150fbcca428f5d02652f6df3d289b92) Co-authored-by: Lukáš Hellebrandt --- .github/dependabot.yml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6cff56f7b..e03256277 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,8 @@ updates: - "6.15.z" - "6.14.z" - "6.13.z" + ignore: + - dependency-name: "selenium" # Maintain dependencies for our GitHub Actions - package-ecosystem: "github-actions" diff --git a/setup.py b/setup.py index 30d48cfde..f52886ee9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest', 'wait_for', 'webdriver-kaifuku', - 'selenium==4.27.1', + 'selenium==4.21.0', 'widgetastic.core', 'widgetastic.patternfly', 'widgetastic.patternfly4',