From 09fb6016ce5ab65b7e192a9da12bccf2ef79d52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:31:32 +0000 Subject: [PATCH] chore(deps): update pandas requirement from >=2.0 to >=3.0.3 in /ETL Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ETL/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/requirements.txt b/ETL/requirements.txt index b93350c..f5cddb8 100644 --- a/ETL/requirements.txt +++ b/ETL/requirements.txt @@ -1,7 +1,7 @@ # Dependencias Python para ETL de extensión Plutarco # Instalar: pip install -r ETL/requirements.txt -pandas>=2.0 +pandas>=3.0.3 psycopg2-binary>=2.9 geopandas>=0.14 shapely>=2.0