From c72bd52bbb703b5a8b9e1ab37e29133bf24b44a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:02:12 +0000 Subject: [PATCH 1/2] Bump ipython from 8.13.2 to 8.14.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.13.2 to 8.14.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.13.2...8.14.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 258b340e4..713d01f29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ "openpyxl==3.1.2", "scikit-learn==1.2.2", "pytest-xdist==3.3.1", - "ipython==8.13.2", + "ipython==8.14.0", ] doc = [ "recommonmark==0.7.1", @@ -68,7 +68,7 @@ doc = [ "ipywidgets==8.0.6", "joblib==1.2.0", "scikit-learn==1.2.2", - "ipython==8.13.2", + "ipython==8.14.0", "jupyterlab==4.0.1", ] From 7f22b94130d146a97dbe253892f3b109654adcee Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:48:17 +0200 Subject: [PATCH 2/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index da8544e9d..da0f8eccb 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,6 +45,7 @@ jobs: - name: Install packages for documentation build run: | + sudo apt-get update sudo apt-get install xvfb pandoc texlive-latex-extra latexmk pip install --upgrade build pip install .[doc]