Skip to content

Commit 9c07c67

Browse files
committed
Update jQuery version to 3.5.1
1 parent 375e3d4 commit 9c07c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Values:
4747

4848

4949
class JQuery:
50-
VER = "3.4.1"
50+
VER = "3.5.1"
5151
MIN_JS = (
5252
"https://cdnjs.cloudflare.com/ajax/libs/jquery/%s/jquery.min.js" % VER)
5353
# MIN_JS = (

0 commit comments

Comments
 (0)