Skip to content

Commit 166275f

Browse files
Bump ipython from 8.13.2 to 8.14.0 (#179)
* 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](ipython/ipython@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] <[email protected]> * Update ci_cd.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent bbaf1a3 commit 166275f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- name: Install packages for documentation build
4747
run: |
48+
sudo apt-get update
4849
sudo apt-get install xvfb pandoc texlive-latex-extra latexmk
4950
pip install --upgrade build
5051
pip install .[doc]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tests = [
4545
"openpyxl==3.1.2",
4646
"scikit-learn==1.2.2",
4747
"pytest-xdist==3.3.1",
48-
"ipython==8.13.2",
48+
"ipython==8.14.0",
4949
]
5050
doc = [
5151
"recommonmark==0.7.1",
@@ -68,7 +68,7 @@ doc = [
6868
"ipywidgets==8.0.6",
6969
"joblib==1.2.0",
7070
"scikit-learn==1.2.2",
71-
"ipython==8.13.2",
71+
"ipython==8.14.0",
7272
"jupyterlab==4.0.1",
7373
]
7474

0 commit comments

Comments
 (0)