lxml < 6.1.0 has a high severity vulnerability GHSA-vfmq-68hx-4jfw and lxml is currently pinned to lxml>=4.6.5,<=6.0.2 here.
Based on 356583b I understand there was a particular parsing bug in lxml v6, but I'm not sure why the range wasn't set to lxml>=4.6.5,<7.0.0 as lxml seems to follow semver.
Would you support changing the range to lxml>=4.6.5,<7.0.0 or are there any other blockers?
lxml < 6.1.0 has a high severity vulnerability GHSA-vfmq-68hx-4jfw and lxml is currently pinned to
lxml>=4.6.5,<=6.0.2here.Based on 356583b I understand there was a particular parsing bug in lxml v6, but I'm not sure why the range wasn't set to
lxml>=4.6.5,<7.0.0as lxml seems to follow semver.Would you support changing the range to
lxml>=4.6.5,<7.0.0or are there any other blockers?