From 0a50f101b750b138ffd09d701d97fb40af27991d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:13:21 +0000 Subject: [PATCH] chore(deps): bump pandas from 2.0.3 to 3.0.1 in /oracle_service Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 3.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.0.3...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- oracle_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle_service/requirements.txt b/oracle_service/requirements.txt index 2b449fb2a..93520f1f8 100644 --- a/oracle_service/requirements.txt +++ b/oracle_service/requirements.txt @@ -8,7 +8,7 @@ uvicorn==0.24.0 pydantic==2.5.0 python-dotenv==1.2.2 numpy==1.24.3 -pandas==2.0.3 +pandas==3.0.1 scipy==1.17.1 aiofiles==23.2.1 jinja2>=3.1.6