You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/06/28 17:52:41 UTC

[superset] branch master updated: chore: Constrain selenium version (#24538)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0986423d30 chore: Constrain selenium version (#24538)
0986423d30 is described below

commit 0986423d306b402a4c273e03e7c6312d51051c82
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Wed Jun 28 10:52:33 2023 -0700

    chore: Constrain selenium version (#24538)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index d29109ae49..a4a655d364 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ setup(
         "pyyaml>=5.4",
         "PyJWT>=2.4.0, <3.0",
         "redis>=4.5.4, <5.0",
-        "selenium>=3.141.0",
+        "selenium>=3.141.0, <4.10.0",
         "shortid",
         "sshtunnel>=0.4.0, <0.5",
         "simplejson>=3.15.0",