File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ trio-websocket==0.9.2;python_version>="3.7"
49
49
pyopenssl == 22.0.0 ;python_version >= "3.7"
50
50
wsproto == 1.1.0 ;python_version >= "3.7"
51
51
selenium == 3.141.0 ;python_version < "3.7"
52
- selenium == 4.1.5 ;python_version >= "3.7"
52
+ selenium == 4.2.0 ;python_version >= "3.7"
53
53
msedge-selenium-tools == 3.141.3 ;python_version < "3.7"
54
54
more-itertools == 5.0.0 ;python_version < "3.5"
55
55
more-itertools == 8.13.0 ;python_version >= "3.5"
@@ -107,7 +107,7 @@ decorator==5.1.1;python_version>="3.5"
107
107
ipython == 5.10.0 ;python_version < "3.5"
108
108
ipython == 7.9.0 ;python_version >= "3.5" and python_version<"3.6"
109
109
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
110
- ipython == 7.33 .0 ;python_version >= "3.7"
110
+ ipython == 7.34 .0 ;python_version >= "3.7"
111
111
matplotlib-inline == 0.1.3 ;python_version >= "3.7"
112
112
colorama == 0.4.4
113
113
importlib-metadata == 2.1.3 ;python_version < "3.6"
Original file line number Diff line number Diff line change 174
174
'pyopenssl==22.0.0;python_version>="3.7"' ,
175
175
'wsproto==1.1.0;python_version>="3.7"' ,
176
176
'selenium==3.141.0;python_version<"3.7"' ,
177
- 'selenium==4.1.5 ;python_version>="3.7"' ,
177
+ 'selenium==4.2.0 ;python_version>="3.7"' ,
178
178
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
179
179
'more-itertools==5.0.0;python_version<"3.5"' ,
180
180
'more-itertools==8.13.0;python_version>="3.5"' ,
232
232
'ipython==5.10.0;python_version<"3.5"' ,
233
233
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"' ,
234
234
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
235
- 'ipython==7.33 .0;python_version>="3.7"' , # Requires matplotlib-inline
235
+ 'ipython==7.34 .0;python_version>="3.7"' , # Requires matplotlib-inline
236
236
'matplotlib-inline==0.1.3;python_version>="3.7"' , # ipython needs this
237
237
"colorama==0.4.4" ,
238
238
'importlib-metadata==2.1.3;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments