File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1
2
2
packaging >= 25.0
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
- setuptools >= 78.1.1 ;python_version >= "3.10"
4
+ setuptools >= 79.0.0 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
6
attrs >= 25.3.0
7
7
certifi >= 2025.1.31
@@ -39,7 +39,7 @@ sniffio==1.3.1
39
39
h11 == 0.14.0
40
40
outcome == 1.3.0.post0
41
41
trio == 0.27.0 ;python_version < "3.9"
42
- trio == 0.29 .0 ;python_version >= "3.9"
42
+ trio == 0.30 .0 ;python_version >= "3.9"
43
43
trio-websocket == 0.12.2
44
44
wsproto == 1.2.0
45
45
websocket-client == 1.8.0
@@ -60,7 +60,7 @@ pytest-rerunfailures==15.0;python_version>="3.9"
60
60
pytest-xdist == 3.6.1
61
61
parameterized == 0.9.0
62
62
behave == 1.2.6
63
- soupsieve == 2.6
63
+ soupsieve == 2.7
64
64
beautifulsoup4 == 4.13.4
65
65
pyotp == 2.9.0
66
66
python-xlib == 0.33 ;platform_system == "Linux"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.37.4 "
2
+ __version__ = "4.37.5 "
Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ async def aclose(self):
295
295
if self .listener and self .listener .running :
296
296
self .listener .cancel ()
297
297
self .enabled_domains .clear ()
298
- await asyncio .sleep (0.015 )
299
298
try :
300
299
await self .websocket .close ()
301
300
except Exception :
Original file line number Diff line number Diff line change 150
150
'pip>=25.0.1' ,
151
151
'packaging>=25.0' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
- 'setuptools>=78.1.1 ;python_version>="3.10"' ,
153
+ 'setuptools>=79.0.0 ;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
155
'attrs>=25.3.0' ,
156
156
"certifi>=2025.1.31" ,
188
188
'h11==0.14.0' ,
189
189
'outcome==1.3.0.post0' ,
190
190
'trio==0.27.0;python_version<"3.9"' ,
191
- 'trio==0.29 .0;python_version>="3.9"' ,
191
+ 'trio==0.30 .0;python_version>="3.9"' ,
192
192
'trio-websocket==0.12.2' ,
193
193
'wsproto==1.2.0' ,
194
194
'websocket-client==1.8.0' ,
209
209
'pytest-xdist==3.6.1' ,
210
210
'parameterized==0.9.0' ,
211
211
"behave==1.2.6" ,
212
- 'soupsieve==2.6 ' ,
212
+ 'soupsieve==2.7 ' ,
213
213
"beautifulsoup4==4.13.4" ,
214
214
'pyotp==2.9.0' ,
215
215
'python-xlib==0.33;platform_system=="Linux"' ,
You can’t perform that action at this time.
0 commit comments