Skip to content

Commit 3c6a52b

Browse files
build: bump ansys-api-geometry from 0.4.42 to 0.4.43 (#1799)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent eff7050 commit 3c6a52b

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed
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.42 to 0.4.43
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{% if sections[""] %}
2-
{% for category, val in definitions.items() if category in sections[""] %}
32

4-
{{ definitions[category]['name'] }}
5-
{% set underline = '^' * definitions[category]['name']|length %}
6-
{{ underline }}
3+
.. tab-set::
4+
5+
{%+ for category, val in definitions.items() if category in sections[""] %}
6+
7+
.. tab-item:: {{ definitions[category]['name'] }}
8+
9+
.. list-table::
10+
:header-rows: 0
11+
:widths: auto
712

813
{% for text, values in sections[""][category].items() %}
9-
- {{ text }} {{ values|join(', ') }}
10-
{% endfor %}
14+
* - {{ text }}
15+
- {{ values|join(', ') }}
1116

1217
{% endfor %}
18+
{% endfor %}
19+
1320
{% else %}
1421
No significant changes.
15-
16-
1722
{% endif %}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"ansys-api-geometry==0.4.42",
27+
"ansys-api-geometry==0.4.43",
2828
"ansys-tools-path>=0.3,<1",
2929
"attrs!=24.3.0",
3030
"beartype>=0.11.0,<0.20",

0 commit comments

Comments
 (0)