File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pygments==2.7.3;python_version>="3.5"
56
56
traitlets == 4.3.3 ;python_version < "3.7"
57
57
traitlets == 5.0.5 ;python_version >= "3.7"
58
58
prompt-toolkit == 1.0.18 ;python_version < "3.6"
59
- prompt-toolkit == 3.0.9 ;python_version >= "3.6"
59
+ prompt-toolkit == 3.0.10 ;python_version >= "3.6"
60
60
ipython == 5.10.0 ;python_version < "3.5"
61
61
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
62
62
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
@@ -66,7 +66,7 @@ pathlib2==2.3.5;python_version<"3.5"
66
66
importlib-metadata == 2.0.0 ;python_version < "3.6"
67
67
virtualenv >= 20.2.2
68
68
pymysql == 0.10.1 ;python_version < "3.6"
69
- pymysql == 1.0.0 ;python_version >= "3.6"
69
+ pymysql == 1.0.1 ;python_version >= "3.6"
70
70
coverage == 5.3.1
71
71
brython == 3.9.1
72
72
pyotp == 2.4.1
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "1.51.11 "
2
+ __version__ = "1.51.12 "
Original file line number Diff line number Diff line change 161
161
'traitlets==5.0.5;python_version>="3.7"' ,
162
162
'ipython==5.10.0;python_version<"3.5"' ,
163
163
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
164
- 'prompt-toolkit==3.0.9 ;python_version>="3.6"' ,
164
+ 'prompt-toolkit==3.0.10 ;python_version>="3.6"' ,
165
165
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
166
166
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
167
167
'ipython==7.19.0;python_version>="3.7"' ,
170
170
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
171
171
'virtualenv>=20.2.2' , # Sync with importlib-metadata and pathlib2
172
172
'pymysql==0.10.1;python_version<"3.6"' ,
173
- 'pymysql==1.0.0 ;python_version>="3.6"' ,
173
+ 'pymysql==1.0.1 ;python_version>="3.6"' ,
174
174
'coverage==5.3.1' ,
175
175
'brython==3.9.1' ,
176
176
'pyotp==2.4.1' ,
You can’t perform that action at this time.
0 commit comments