From 1f6d22568a7459674663eb40bcdb86d3b5d299d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:07:47 +0000 Subject: [PATCH] Bump pandas from 2.1.3 to 2.3.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.3 to 2.3.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.3...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.prod.in | 2 +- requirements.prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.prod.in b/requirements.prod.in index e89daa1..a27f22f 100644 --- a/requirements.prod.in +++ b/requirements.prod.in @@ -4,5 +4,5 @@ # To generate requirements file, run: # pip-compile --generate-hashes --output-file=requirements.prod.txt requirements.prod.in -pandas==2.1.3 +pandas==2.3.0 pyarrow==14.0.1 diff --git a/requirements.prod.txt b/requirements.prod.txt index 0011929..ec42bd5 100644 --- a/requirements.prod.txt +++ b/requirements.prod.txt @@ -8,7 +8,7 @@ numpy==1.26.4 # via # pandas # pyarrow -pandas==2.1.3 +pandas==2.3.0 # via -r requirements.prod.in pyarrow==14.0.1 # via -r requirements.prod.in