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 05:24:05 UTC

[superset] branch john-bodley--constrain-selenium-version created (now ce2c426480)

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

johnbodley pushed a change to branch john-bodley--constrain-selenium-version
in repository https://gitbox.apache.org/repos/asf/superset.git


      at ce2c426480 chore: Constrain selenium version

This branch includes the following new commits:

     new ce2c426480 chore: Constrain selenium version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: chore: Constrain selenium version

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--constrain-selenium-version
in repository https://gitbox.apache.org/repos/asf/superset.git

commit ce2c426480e5ff2169f6b71402daec6d4d8b3deb
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Jun 27 22:24:00 2023 -0700

    chore: Constrain selenium version
---
 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",