Skip to content

Commit 57fc54e

Browse files
committed
Merge branch 'main' into release/0.5
2 parents 5cf0d64 + c37ba8c commit 57fc54e

File tree

6 files changed

+32
-23
lines changed

6 files changed

+32
-23
lines changed

.github/workflows/autoupdate_python_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
2828

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: "Build Application"
7979
runs-on: windows-latest
8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282

8383
- name: Install the latest version of uv and set the python version
8484
uses: astral-sh/setup-uv@v6
@@ -125,7 +125,7 @@ jobs:
125125
name: "Build Application Linux - Ubuntu ${{ matrix.os }}"
126126
runs-on: ubuntu-${{ matrix.os }}
127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129

130130
- name: Install the latest version of uv and set the python version
131131
uses: astral-sh/setup-uv@v6
@@ -241,7 +241,7 @@ jobs:
241241
DEBIAN_FRONTEND: 'noninteractive'
242242
TZ: 'Etc/UTC'
243243
steps:
244-
- uses: actions/checkout@v4
244+
- uses: actions/checkout@v5
245245

246246
- name: Update and Install development tools - Fedora
247247
if: contains(matrix.os, 'fedora')
@@ -404,12 +404,12 @@ jobs:
404404
labels: [self-hosted, Windows, signtool]
405405
steps:
406406
- name: Checkout the SignTool
407-
uses: actions/checkout@v4
407+
uses: actions/checkout@v5
408408
with:
409409
repository: ansys-internal/signtool-ansys-apps
410410
token: ${{ secrets.SIGNTOOL_ACCESS_TOKEN }}
411411

412-
- uses: actions/download-artifact@v4
412+
- uses: actions/download-artifact@v5
413413
with:
414414
name: Python-Installer-windows
415415
path: signtool/installer
@@ -463,32 +463,32 @@ jobs:
463463
- build-application-linux-non-debian
464464
runs-on: ubuntu-latest
465465
steps:
466-
- uses: actions/download-artifact@v4
466+
- uses: actions/download-artifact@v5
467467
with:
468468
name: Python-Installer-windows-signed
469469
path: installer-signed
470470

471-
- uses: actions/download-artifact@v4
471+
- uses: actions/download-artifact@v5
472472
with:
473473
name: Python-Installer-windows
474474
path: installer
475475

476-
- uses: actions/download-artifact@v4
476+
- uses: actions/download-artifact@v5
477477
with:
478478
name: Python-Installer-ubuntu_24.04
479479
path: installer
480480

481-
- uses: actions/download-artifact@v4
481+
- uses: actions/download-artifact@v5
482482
with:
483483
name: Python-Installer-ubuntu_22.04
484484
path: installer
485485

486-
- uses: actions/download-artifact@v4
486+
- uses: actions/download-artifact@v5
487487
with:
488488
name: Python-Installer-centos_stream9
489489
path: installer
490490

491-
- uses: actions/download-artifact@v4
491+
- uses: actions/download-artifact@v5
492492
with:
493493
name: Python-Installer-fedora_40
494494
path: installer

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Syncer
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: micnncim/action-label-syncer@v1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- --line-length=88
2121

2222
- repo: https://github.com/keewis/blackdoc
23-
rev: v0.4.0
23+
rev: v0.4.1
2424
hooks:
2525
- id: blackdoc
2626
files: '\.py$'
@@ -45,7 +45,7 @@ repos:
4545
exclude: "tests/"
4646

4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: v5.0.0
48+
rev: v6.0.0
4949
hooks:
5050
- id: check-merge-conflict
5151
- id: debug-statements
@@ -54,7 +54,7 @@ repos:
5454

5555
# this validates our github workflow files
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.33.1
57+
rev: 0.33.3
5858
hooks:
5959
- id: check-github-workflows
6060

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@ dynamic = ["version"]
3535
[project.optional-dependencies]
3636
tests = [
3737
"packaging==25.0",
38-
"PyGithub==2.6.1",
38+
"PyGithub==2.7.0",
3939
"appdirs==1.4.4",
4040
"requests==2.32.4",
4141
"PySide6==6.9.1",
4242
"ansys-tools-path==0.7.3",
4343
"pytest==8.3.5",
4444
"pytest-cov==6.2.1",
45-
"pytest-qt==4.4.0",
45+
"pytest-qt==4.5.0",
4646
"setuptools==80.9.0",
4747
]
4848
doc = [
4949
"Sphinx==8.1.3",
50-
"ansys-sphinx-theme==1.5.2",
50+
"ansys-sphinx-theme==1.5.3",
5151
"sphinx-copybutton==0.5.2",
5252
"sphinx_design==0.6.1",
5353
"sphinx_toolbox==4.0.0",
5454
]
5555
freeze = [
56-
"pyinstaller==6.14.1",
56+
"pyinstaller==6.15.0",
5757
"packaging==25.0",
58-
"PyGithub==2.6.1",
58+
"PyGithub==2.7.0",
5959
"appdirs==1.4.4",
6060
"requests==2.32.4",
6161
"PySide6==6.9.1",

src/ansys/tools/installer/constants.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
109109
"PyACP": "https://acp.docs.pyansys.com",
110110
"PyAdditive": "https://additive.docs.pyansys.com",
111-
"PyAdditive Widgets": "https://widgets.additive.docs.pyansys.com",
112111
"PyAEDT": "https://aedt.docs.pyansys.com",
113112
"PyAnsys Geometry": "https://geometry.docs.pyansys.com",
113+
"PyAnsys Heart": "https://heart.health.docs.pyansys.com",
114114
"PyAnsys Math": "https://math.docs.pyansys.com",
115115
"PyAnsys Sound": "https://sound.docs.pyansys.com",
116116
"PyConceptEV": "https://conceptev.docs.pyansys.com",
@@ -126,6 +126,7 @@
126126
"PyFluent - Visualization": "https://visualization.fluent.docs.pyansys.com",
127127
"PyGranta": "https://grantami.docs.pyansys.com",
128128
"PyHPS": "https://hps.docs.pyansys.com",
129+
"PyHPS Data Transfer": "https://data-transfer.hps.docs.pyansys.com",
129130
"PyMAPDL": "https://mapdl.docs.pyansys.com",
130131
"PyMAPDL Reader": "https://reader.docs.pyansys.com",
131132
"PyMechanical": "https://mechanical.docs.pyansys.com",
@@ -135,9 +136,12 @@
135136
"PyPIM": "https://pypim.docs.pyansys.com",
136137
"PyPrimeMesh": "https://prime.docs.pyansys.com",
137138
"PyRocky": "https://rocky.docs.pyansys.com",
139+
"PyScadeOne": "https://scadeone.docs.pyansys.com",
138140
"PySeascape": "https://seascape.docs.pyansys.com",
139141
"PySherlock": "https://sherlock.docs.pyansys.com",
140142
"PySimAI": "https://simai.docs.pyansys.com",
143+
"PySpeos": "https://speos.docs.pyansys.com",
144+
"PySTK": "https://stk.docs.pyansys.com",
141145
"PySystemCoupling": "https://systemcoupling.docs.pyansys.com",
142146
"PyTurboGrid": "https://turbogrid.docs.pyansys.com",
143147
"PyTwin": "https://twin.docs.pyansys.com",
@@ -159,9 +163,9 @@
159163
"PyAnsys-Metapackage": "pyansys",
160164
"PyACP": "ansys-acp-core",
161165
"PyAdditive": "ansys-additive-core",
162-
"PyAdditive Widgets": "ansys-additive-widgets",
163166
"PyAEDT": "pyaedt",
164167
"PyAnsys Geometry": "ansys-geometry-core",
168+
"PyAnsys Heart": "ansys-health-heart",
165169
"PyAnsys Math": "ansys-math-core",
166170
"PyAnsys Sound": "ansys-sound-core",
167171
"PyConceptEV": "ansys-conceptev-core",
@@ -177,6 +181,7 @@
177181
"PyFluent - Visualization": "ansys-fluent-visualization",
178182
"PyGranta": "pygranta",
179183
"PyHPS": "ansys-hps-client",
184+
"PyHPS Data Transfer": "ansys-hps-data-transfer-client",
180185
"PyMAPDL": "ansys-mapdl-core",
181186
"PyMAPDL Reader": "ansys-mapdl-reader",
182187
"PyMechanical": "ansys-mechanical-core",
@@ -186,9 +191,12 @@
186191
"PyPIM": "ansys-platform-instancemanagement",
187192
"PyPrimeMesh": "ansys-meshing-prime",
188193
"PyRocky": "ansys-rocky-core",
194+
"PyScadeOne": "ansys-scadeone-core",
189195
"PySeascape": "ansys-seascape",
190196
"PySherlock": "ansys-sherlock-core",
191197
"PySimAI": "ansys-simai-core",
198+
"PySpeos": "ansys-speos-core",
199+
"PySTK": "ansys-stk",
192200
"PySystemCoupling": "ansys-systemcoupling-core",
193201
"PyTurboGrid": "ansys-turbogrid-core",
194202
"PyTwin": "pytwin",
@@ -224,6 +232,7 @@
224232
"Python 3.10": "3.10.11",
225233
"Python 3.11": "3.11.9",
226234
"Python 3.12": "3.12.10",
235+
"Python 3.13": "3.13.7",
227236
}
228237

229238
CONDA_PYTHON_VERSION = "24.1.2-0"

0 commit comments

Comments
 (0)