Fix - Pinning elementpath xPath filter library to 4.1.5 (#2164)

pull/2162/head^2
dgtlmoon 3 months ago committed by GitHub
parent e09eb47fb7
commit 72c7645f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,8 +46,8 @@ beautifulsoup4
# XPath filtering, lxml is required by bs4 anyway, but put it here to be safe.
lxml
# XPath 2.0-3.1 support
elementpath
# XPath 2.0-3.1 support - 4.2.0 broke something?
elementpath==4.1.5
selenium~=4.14.0

Loading…
Cancel
Save