From 1b6049af9f4ca7587c60e3df54c30c1c65dbf32c Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:52:33 -0700 Subject: [PATCH] chore: Constrain selenium version (#24538) (cherry picked from commit 0986423d306b402a4c273e03e7c6312d51051c82) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62a7054b56d1b..6b128c4f9e6e7 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ def get_git_sha() -> str: "pyyaml>=5.4", "PyJWT>=2.4.0, <3.0", "redis", - "selenium>=3.141.0", + "selenium>=3.141.0, <4.10.0", "shortid", "sshtunnel>=0.4.0, <0.5", "simplejson>=3.15.0",