Skip to content

Commit 1d94e95

Browse files
committed
Merge branch 'main' into release/0.7
2 parents bde1cdc + ce1e239 commit 1d94e95

26 files changed

+46
-25
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
retention-days: 7
218218

219219
- name: Upload coverage to Codecov
220-
uses: codecov/codecov-action@v4
220+
uses: codecov/codecov-action@v5
221221
if: matrix.docker-image == 'windows-latest'
222222
env:
223223
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.7.4
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/ansys/pre-commit-hooks
30-
rev: v0.4.3
30+
rev: v0.4.4
3131
hooks:
3232
- id: add-license-headers
3333
args:

doc/changelog.d/1519.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update CHANGELOG for v0.7.5

doc/changelog.d/1520.dependencies.md

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.1.7 to 1.2.0 in the docs-deps group

doc/changelog.d/1521.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-tools-visualization-interface from 0.4.7 to 0.5.0

doc/changelog.d/1522.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump numpy from 2.1.2 to 2.1.3

doc/changelog.d/1523.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update

doc/changelog.d/1524.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
typo with the docstrings

doc/changelog.d/1525.dependencies.md

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.13 to 0.4.14

doc/changelog.d/1527.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
change max header links before more dropdown

0 commit comments

Comments
 (0)