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"
6666pytest-xdist == 3.8.0 ;python_version >= "3.9"
6767parameterized == 0.9.0
6868behave == 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
7172pyotp == 2.9.0
7273python-xlib == 0.33 ;platform_system == "Linux"
7374markdown-it-py == 3.0.0 ;python_version < "3.10"
Original file line number Diff line number Diff line change 214214 'pytest-xdist==3.8.0;python_version>="3.9"' ,
215215 'parameterized==0.9.0' ,
216216 "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" ,
219220 'pyotp==2.9.0' ,
220221 'python-xlib==0.33;platform_system=="Linux"' ,
221222 'markdown-it-py==3.0.0;python_version<"3.10"' ,
You can’t perform that action at this time.
0 commit comments