Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions-d109cd9e8b
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Dec 5, 2024
2 parents 91094bb + 2fa24ef commit 984d4b8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repos:


- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.4.3
rev: v0.4.4
hooks:
- id: add-license-headers
args:
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/443.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[pre-commit.ci] pre-commit autoupdate
1 change: 1 addition & 0 deletions doc/changelog.d/446.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump jupyterlab from 4.2.5 to 4.3.1
1 change: 1 addition & 0 deletions doc/changelog.d/448.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump ansys-sphinx-theme from 1.2.1 to 1.2.2
1 change: 1 addition & 0 deletions doc/changelog.d/449.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump pytest-rerunfailures from 14.0 to 15.0
1 change: 1 addition & 0 deletions doc/changelog.d/450.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump ansys-mapdl-reader from 0.54.1 to 0.54.2
1 change: 1 addition & 0 deletions doc/changelog.d/451.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
maint: bump pyvista[jupyter,trame] from 0.44.1 to 0.44.2
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ tests = [
"pyansys-tools-report==0.8.1",
"pytest==8.3.3",
"pytest-cov==6.0.0",
"pytest-rerunfailures==14.0",
"pyvista==0.44.1",
"pytest-rerunfailures==15.0",
"pyvista==0.44.2",
"vtk==9.3.1",
]
doc = [
"Sphinx==8.1.3",
"ansys-mapdl-core==0.68.6",
"ansys-mapdl-reader==0.54.1",
"ansys-sphinx-theme==1.2.1",
"ansys-mapdl-reader==0.54.2",
"ansys-sphinx-theme==1.2.2",
"jupyter_sphinx==0.5.3",
"jupyterlab==4.2.5",
"jupyterlab==4.3.1",
"numpydoc==1.8.0",
"pypandoc==1.14",
"pytest-sphinx==0.6.3",
Expand Down

0 comments on commit 984d4b8

Please sign in to comment.