From 58ba08d74a7426a7e17d17324d2f1237a501ad0b Mon Sep 17 00:00:00 2001 From: Martin-Molinero Date: Wed, 18 Jun 2025 18:33:20 -0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fab578b6..d684a493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ pytest>=7.1.2,<8 pyfakefs>=5.4.1,<6 responses~=0.21 lxml-stubs==0.4.0 -# Match pandas version to use same as Lean (2.1.4). Except that 2.1.* is only supported on Python 3.9+. -pandas==2.1.4;python_version>='3.9' +# Match pandas version to use same as Lean. Except that 2.1.* is only supported on Python 3.9+. +pandas==2.2.3;python_version>='3.9'