Skip to content

Commit 4f8ea14

Browse files
Merge branch 'main' into feat/driving-dimensions
2 parents 9d575bf + 31c1dfe commit 4f8ea14

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-sphinx-theme[autoapi] from 1.2.0 to 1.2.1 in the docs-deps group
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump panel from 1.5.3 to 1.5.4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-tools-path from 0.6.0 to 0.7.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.15 to 0.4.16

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
dependencies = [
26-
"ansys-api-geometry==0.4.15",
26+
"ansys-api-geometry==0.4.16",
2727
"ansys-tools-path>=0.3,<1",
2828
"ansys-tools-visualization-interface>=0.2.6,<1",
2929
"beartype>=0.11.0,<0.20",
@@ -48,7 +48,7 @@ all = [
4848
]
4949
tests = [
5050
"ansys-platform-instancemanagement==1.1.2",
51-
"ansys-tools-path==0.6.0",
51+
"ansys-tools-path==0.7.0",
5252
"ansys-tools-visualization-interface==0.5.0",
5353
"beartype==0.19.0",
5454
"docker==7.1.0",
@@ -75,8 +75,8 @@ tests-minimal = [
7575
"pytest-xvfb==3.0.0",
7676
]
7777
doc = [
78-
"ansys-sphinx-theme[autoapi]==1.2.0",
79-
"ansys-tools-path==0.6.0",
78+
"ansys-sphinx-theme[autoapi]==1.2.1",
79+
"ansys-tools-path==0.7.0",
8080
"ansys-tools-visualization-interface==0.5.0",
8181
"beartype==0.19.0",
8282
"docker==7.1.0",
@@ -91,7 +91,7 @@ doc = [
9191
"notebook==7.2.2",
9292
"numpydoc==1.8.0",
9393
"numpy==2.1.3",
94-
"panel==1.5.3",
94+
"panel==1.5.4",
9595
"Pint==0.24.4",
9696
"protobuf==5.28.3",
9797
"pyvista[jupyter]==0.44.1",

0 commit comments

Comments
 (0)