From 4e945b87a2bf9c3aa44451c52a5bd482ea1e147a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:14:01 +0000 Subject: [PATCH] Bump the classical-ml group in /classical-ml with 3 updates Bumps the classical-ml group in /classical-ml with 3 updates: [xgboost](https://github.com/dmlc/xgboost), [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [notebook](https://github.com/jupyter/notebook). Updates `xgboost` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v3.1.1...v3.1.2) Updates `jupyterlab` from 4.4.10 to 4.5.0 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.10...@jupyterlab/lsp@4.5.0) Updates `notebook` from 7.4.7 to 7.5.0 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.7...@jupyter-notebook/tree@7.5.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: classical-ml - dependency-name: jupyterlab dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: classical-ml - dependency-name: notebook dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: classical-ml ... Signed-off-by: dependabot[bot] --- classical-ml/jupyter-requirements.txt | 4 ++-- classical-ml/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classical-ml/jupyter-requirements.txt b/classical-ml/jupyter-requirements.txt index 2d60d2bb..d0096b07 100644 --- a/classical-ml/jupyter-requirements.txt +++ b/classical-ml/jupyter-requirements.txt @@ -1,4 +1,4 @@ -jupyterlab==4.4.10 +jupyterlab==4.5.0 jupyterhub==5.4.2 -notebook==7.4.7 +notebook==7.5.0 jupyter-server-proxy>=4.1.2 diff --git a/classical-ml/requirements.txt b/classical-ml/requirements.txt index 13cf8264..976b7180 100644 --- a/classical-ml/requirements.txt +++ b/classical-ml/requirements.txt @@ -2,6 +2,6 @@ matplotlib==3.10.7 numpy==1.26.4 scikit-learn-intelex==2025.9.0 threadpoolctl==3.6.0 -xgboost==3.1.1 +xgboost==3.1.2 pandas==2.3.3 nbconvert==7.16.6