Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/documentation-78e9681ca8
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Aug 5, 2024
2 parents d3ce23e + 9dbc061 commit d13de5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3322.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump grpcio from 1.65.1 to 1.65.2 in the grpc-deps group
1 change: 1 addition & 0 deletions doc/changelog.d/3323.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-tools-visualization-interface from 0.3.0 to 0.4.0 in the core group
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.3.0",
"ansys-tools-visualization-interface==0.4.0",
"autopep8==2.3.1",
"matplotlib==3.9.1",
"pandas==2.2.2",
Expand All @@ -75,9 +75,9 @@ tests = [
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.53.0",
"ansys-tools-visualization-interface==0.3.0",
"ansys-tools-visualization-interface==0.4.0",
"ansys-sphinx-theme==0.16.6",
"grpcio==1.65.1",
"grpcio==1.65.2",
"imageio-ffmpeg==0.5.1",
"imageio==2.34.2",
"jupyter_sphinx==0.5.3",
Expand Down

0 comments on commit d13de5b

Please sign in to comment.