From d160af119bee88d8d3c62ab451b6dbdac114e406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:31:27 +0000 Subject: [PATCH] chore(deps): update pyogrio requirement from >=0.7 to >=0.12.1 in /ETL Updates the requirements on [pyogrio](https://github.com/geopandas/pyogrio) to permit the latest version. - [Release notes](https://github.com/geopandas/pyogrio/releases) - [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md) - [Commits](https://github.com/geopandas/pyogrio/compare/v0.7.0...v0.12.1) --- updated-dependencies: - dependency-name: pyogrio dependency-version: 0.12.1 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..d4b2f17 100644 --- a/ETL/requirements.txt +++ b/ETL/requirements.txt @@ -5,4 +5,4 @@ pandas>=2.0 psycopg2-binary>=2.9 geopandas>=0.14 shapely>=2.0 -pyogrio>=0.7 +pyogrio>=0.12.1