From 0ba87a7a86da29df6c4bbe500d6c83c79dc0469a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 18:12:53 +0000 Subject: [PATCH] build(deps): bump pandas from 2.3.2 to 2.3.3 in /pmml Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pmml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmml/requirements.txt b/pmml/requirements.txt index a137ba6..4e909a8 100644 --- a/pmml/requirements.txt +++ b/pmml/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.9.4 numpy==2.0.2 -pandas==2.3.2 +pandas==2.3.3 pypmml==1.5.7 scikit-learn==1.6.1 sklearn2pmml==0.122.2