From eefe0c3f36ab4608b5268c4b2e25a8d527dfff98 Mon Sep 17 00:00:00 2001 From: Harshit Sengar <65869599+harshitsengar@users.noreply.github.com> Date: Thu, 26 Jun 2025 22:55:29 +0000 Subject: [PATCH 1/2] Added max version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19292b5..651ad79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytz>=2020.1 beautifulsoup4>=4.7.0,<5.0.0 boto3>=1.9.201,<2.0.0 requests>=2.23.0,<3.0.0 -lxml>=4.6.5 +lxml>=4.6.5,,<5.4.0 botocore>=1.12.201,<2.0.0 packaging setuptools From fadccf116cc2a05dc4ba50702a14626e6f777261 Mon Sep 17 00:00:00 2001 From: Harshit Sengar <65869599+harshitsengar@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:00:11 +0530 Subject: [PATCH 2/2] Update requirements.txt Co-authored-by: Marco Silva --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 651ad79..a38073b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytz>=2020.1 beautifulsoup4>=4.7.0,<5.0.0 boto3>=1.9.201,<2.0.0 requests>=2.23.0,<3.0.0 -lxml>=4.6.5,,<5.4.0 +lxml>=4.6.5,<6.0.0 botocore>=1.12.201,<2.0.0 packaging setuptools