From 07df7d9361af11a7a8e7ca512731676ad3bf5959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:59:32 +0000 Subject: [PATCH] fix(deps): update dependency openpyxl to v3.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6b1ce0..f6cfc03b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numpy==1.26.4", "pandas==2.2.0", "pyarrow==15.0.0", - "openpyxl==3.1.2", + "openpyxl==3.1.5", "geopandas==0.14.3", ] [project.optional-dependencies]