From 61ce1388e125904c7772c3ab6d0dd9f3c54b044b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:57:36 +0000 Subject: [PATCH] back: bump pandas from 2.0.0 to 2.3.1 in /backend Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.0 to 2.3.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.0...v2.3.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f8c72961..71b570fe 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ flask == 2.2.2 shapely == 2.0.1 geopandas == 0.14.4 -pandas == 2.0.0 +pandas == 2.3.1 numpy == 1.23.2 networkx == 2.8.4 momepy == 0.6.0