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

This commit is contained in:
dgtlmoon
2024-02-06 14:49:10 +01:00
committed by GitHub
parent e09eb47fb7
commit 72c7645f60
+2 -2
View File
@@ -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