From 299ffd6e729561462b045ee868db79c7cabfd351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:22:37 +0000 Subject: [PATCH] chore(deps): Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab), [pydantic](https://github.com/pydantic/pydantic), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [tqdm](https://github.com/tqdm/tqdm). Updates `jupyterlab` from 3.5.3 to 3.6.7 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.5.3...@jupyterlab/vdom@3.6.7) Updates `pydantic` from 1.10.8 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.13) Updates `scikit-learn` from 1.2.1 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.1...1.5.0) Updates `tqdm` from 4.64.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a24be0c..f89e371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "highspy==1.5.3", "ipywidgets==8.0.4", "joblib==1.2.0", - "jupyterlab==3.5.3", + "jupyterlab==3.6.7", "jupytext==1.15.1", "kaleido==0.2.1", "kmedoids==0.4.3", @@ -24,13 +24,13 @@ dependencies = [ "pint==0.20.1", "plotly==5.13.0", "pyarrow==14.0.1", - "pydantic==1.10.8", + "pydantic==1.10.13", "pyomo==6.4.4", "rich==13.7.0", "s3fs==2023.9.0", - "scikit-learn==1.2.1", + "scikit-learn==1.5.0", "scipy==1.10.0", - "tqdm==4.64.1", + "tqdm==4.66.3", "typer==0.7.0", "ujson==5.8.0", "universal-pathlib==0.1.3",