From 7cba2049c1db70cd3c248f02cd5c46f0e93cc1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:20:05 +0000 Subject: [PATCH 1/2] chore: bump scikit-learn from 1.7.1 to 1.7.2 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4876180ad..6ed4e7d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "joblib==1.5.2", "pandas==2.3.2", "openpyxl==3.1.5", - "scikit-learn==1.7.1", + "scikit-learn==1.7.2", "pytest-xdist==3.8.0", "ipython==8.37.0", "pyvista==0.46.3", @@ -90,7 +90,7 @@ doc = [ "ipywidgets==8.1.7", "joblib==1.5.2", - "scikit-learn==1.7.1", + "scikit-learn==1.7.2", "ipython==8.37.0", "jupyterlab==4.4.7", "sphinx-jinja==2.0.2", From 941669865acf9cd4a59401ec79d34a446ed9f617 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:21:06 +0000 Subject: [PATCH 2/2] chore: adding changelog file 906.maintenance.md [dependabot-skip] --- doc/changelog/906.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/906.maintenance.md diff --git a/doc/changelog/906.maintenance.md b/doc/changelog/906.maintenance.md new file mode 100644 index 000000000..7b5f8053e --- /dev/null +++ b/doc/changelog/906.maintenance.md @@ -0,0 +1 @@ +Bump scikit-learn from 1.7.1 to 1.7.2