From 1f776ff8f69f1a19060f55ae9a6df13177d97d74 Mon Sep 17 00:00:00 2001 From: Constantin Hong Date: Thu, 2 May 2024 20:43:45 +0900 Subject: [PATCH] requirements/fix: Upgrade and pin elementpath to support fragment option --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76e88c8f..3084e5ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ beautifulsoup4 lxml >=4.8.0,<6 # XPath 2.0-3.1 support - 4.2.0 broke something? -elementpath==4.1.5 +elementpath==4.4.0 selenium~=4.14.0