File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,9 @@ pytest-xdist==3.6.1;python_version<"3.9"
66
66
pytest-xdist == 3.8.0 ;python_version >= "3.9"
67
67
parameterized == 0.9.0
68
68
behave == 1.2.6
69
- soupsieve == 2.7
70
- beautifulsoup4 >= 4.13.5 ,< 4.14
69
+ soupsieve == 2.7 ;python_version < "3.9"
70
+ soupsieve ~= 2.8 ;python_version >= "3.9"
71
+ beautifulsoup4 ~= 4.13.5
71
72
pyotp == 2.9.0
72
73
python-xlib == 0.33 ;platform_system == "Linux"
73
74
markdown-it-py == 3.0.0 ;python_version < "3.10"
Original file line number Diff line number Diff line change 214
214
'pytest-xdist==3.8.0;python_version>="3.9"' ,
215
215
'parameterized==0.9.0' ,
216
216
"behave==1.2.6" , # Newer ones had issues
217
- 'soupsieve==2.7' ,
218
- "beautifulsoup4>=4.13.5,<4.14" ,
217
+ 'soupsieve==2.7;python_version<"3.9"' ,
218
+ 'soupsieve~=2.8;python_version>="3.9"' ,
219
+ "beautifulsoup4~=4.13.5" ,
219
220
'pyotp==2.9.0' ,
220
221
'python-xlib==0.33;platform_system=="Linux"' ,
221
222
'markdown-it-py==3.0.0;python_version<"3.10"' ,
You can’t perform that action at this time.
0 commit comments