Skip to content

Commit

Permalink
Merge pull request #56 from ansys-internal/dependabot/pip/ipython-8.17.2
Browse files Browse the repository at this point in the history
MAINT: bump ipython from 8.16.1 to 8.17.2
  • Loading branch information
SMoraisAnsys authored Nov 13, 2023
2 parents c35094f + aee5324 commit 2b11474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
[project.optional-dependencies]
tests = [
"ipython==8.13.0; python_version < '3.9'",
"ipython==8.16.1; python_version >= '3.9'",
"ipython==8.17.2; python_version >= '3.9'",
"imageio==2.31.5",
"joblib==1.3.2",
"matplotlib==3.5.3; python_version == '3.7'",
Expand Down Expand Up @@ -66,7 +66,7 @@ doc = [
"imageio==2.31.5",
"imageio-ffmpeg==0.4.9",
"ipython==8.13.0; python_version < '3.9'",
"ipython==8.16.1; python_version >= '3.9'",
"ipython==8.17.2; python_version >= '3.9'",
"ipywidgets==8.1.1",
"joblib==1.3.2",
"jupyterlab==4.0.6",
Expand Down

0 comments on commit 2b11474

Please sign in to comment.