File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ wsproto==1.2.0;python_version<"3.10"
4444wsproto ~= 1.3.2 ;python_version >= "3.10"
4545websocket-client ~= 1.9.0
4646selenium == 4.32.0 ;python_version < "3.10"
47- selenium == 4.39 .0 ;python_version >= "3.10"
47+ selenium == 4.40 .0 ;python_version >= "3.10"
4848cssselect == 1.3.0
4949nest-asyncio == 1.6.0
5050sortedcontainers == 2.4.0
@@ -63,7 +63,7 @@ pytest-rerunfailures==16.1;python_version>="3.10"
6363pytest-xdist == 3.8.0
6464parameterized == 0.9.0
6565behave == 1.2.6
66- soupsieve ~= 2.8.1
66+ soupsieve ~= 2.8.2
6767beautifulsoup4 ~= 4.14.3
6868pyotp == 2.9.0
6969python-xlib == 0.33 ;platform_system == "Linux"
Original file line number Diff line number Diff line change 192192 'wsproto~=1.3.2;python_version>="3.10"' ,
193193 'websocket-client~=1.9.0' ,
194194 'selenium==4.32.0;python_version<"3.10"' ,
195- 'selenium==4.39 .0;python_version>="3.10"' ,
195+ 'selenium==4.40 .0;python_version>="3.10"' ,
196196 'cssselect==1.3.0' ,
197197 'nest-asyncio==1.6.0' ,
198198 'sortedcontainers==2.4.0' ,
211211 'pytest-xdist==3.8.0' ,
212212 'parameterized==0.9.0' ,
213213 'behave==1.2.6' , # Newer ones had issues
214- 'soupsieve~=2.8.1 ' ,
214+ 'soupsieve~=2.8.2 ' ,
215215 'beautifulsoup4~=4.14.3' ,
216216 'pyotp==2.9.0' ,
217217 'python-xlib==0.33;platform_system=="Linux"' ,
You can’t perform that action at this time.
0 commit comments