chore: Constrain selenium version (#24538)

This commit is contained in:
John Bodley 2023-06-28 10:52:33 -07:00 committed by GitHub
parent cdbe4f3fa7
commit 0986423d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",