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 @@ websockets==10.4;python_version>="3.7"
49
49
pyopenssl == 22.1.0 ;python_version >= "3.7"
50
50
wsproto == 1.2.0 ;python_version >= "3.7"
51
51
selenium == 3.141.0 ;python_version < "3.7"
52
- selenium == 4.7.0 ;python_version >= "3.7"
52
+ selenium == 4.7.2 ;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.6"
55
55
more-itertools == 8.14.0 ;python_version >= "3.6" and python_version<"3.7"
@@ -99,7 +99,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
99
99
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
100
100
pyrepl == 0.9.0
101
101
tabcompleter == 1.0.0
102
- pdbp == 1.2.2
102
+ pdbp == 1.2.3
103
103
colorama == 0.4.6 ;python_version < "3.6"
104
104
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105
105
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 173
173
'pyopenssl==22.1.0;python_version>="3.7"' ,
174
174
'wsproto==1.2.0;python_version>="3.7"' ,
175
175
'selenium==3.141.0;python_version<"3.7"' ,
176
- 'selenium==4.7.0 ;python_version>="3.7"' ,
176
+ 'selenium==4.7.2 ;python_version>="3.7"' ,
177
177
'msedge-selenium-tools==3.141.3;python_version<"3.7"' ,
178
178
'more-itertools==5.0.0;python_version<"3.6"' ,
179
179
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
223
223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
224
224
"pyrepl==0.9.0" ,
225
225
"tabcompleter==1.0.0" ,
226
- "pdbp==1.2.2 " ,
226
+ "pdbp==1.2.3 " ,
227
227
'colorama==0.4.6;python_version<"3.6"' ,
228
228
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
229
229
'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments