From 4bba8598c22fcfe9ac6fe4d5d8544d862e43745e Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 9 Jul 2025 16:20:21 +0300 Subject: [PATCH] build: update deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82a9d6f..264f2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "lxml>=5.4.0", + "lxml>=6.0.0", "cssselect>=1.3.0", "IPython>=8.37", # The last version that supports Python 3.10 "click>=8.2.1",