From 0f3890b4b078a860669c01eee5f781b7af0c5c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:54:06 +0000 Subject: [PATCH] Bump pandas from 2.2.3 to 2.3.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.3...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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a51e823..6033f1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Operating System :: Unix" ] dependencies = [ - "pandas==2.2.3", + "pandas==2.3.1", "simpy==4.1.1", "PyYAML==6.0.2", "jsonschema==4.23.0" diff --git a/requirements.txt b/requirements.txt index 64080bd..1c6a3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # general -pandas==2.2.3 +pandas==2.3.1 # simulator simpy==4.1.1