From b8e9524060e6dbd70642aba09a90242067517a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:51:40 +0000 Subject: [PATCH] build(deps): bump pandas from 2.2.2 to 2.2.3 in /pmml Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas 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 6b58d67..bd5763c 100644 --- a/pmml/requirements.txt +++ b/pmml/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.2 numpy==1.26.4 -pandas==2.2.2 +pandas==2.2.3 pypmml==0.9.17 scikit-learn==1.5.0 sklearn2pmml==0.110.0