From 4d87ca0439c36b26ed6d4ca32ad69f16f2bd2075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:53:10 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20back:=20Bump=20pandas=20from=202?= =?UTF-8?q?.2.0=20to=203.0.5=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 3.0.5. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... 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 4acf3037..cf6d5c40 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # maths / geo numpy == 1.26.4 -pandas == 2.2.0 +pandas == 3.0.5 geopandas == 0.14.4 shapely == 2.1.2 pyproj == 3.7.2