From 6db1085337d3bae4ac4bc9310349c5cbb7aa4548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:22:10 +0100 Subject: [PATCH] Bump elementpath from 5.0.4 to 5.1.0 (#3754) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10549b69c..420957ece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ lxml >=4.8.0,!=5.2.0,!=5.2.1,<7 # XPath 2.0-3.1 support - 4.2.0 had issues, 4.1.5 stable # Consider updating to latest stable version periodically -elementpath==5.0.4 +elementpath==5.1.0 # For fast image comparison in screenshot change detection # opencv-python-headless is OPTIONAL (excluded from requirements.txt)