Skip to content

Commit ff43a9b

Browse files
committed
Merge branch 'main' into release/0.52
2 parents 36368fd + 10e5712 commit ff43a9b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/testing-and-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- uses: actions/checkout@v3
155155

156156
- name: Build wheels
157-
uses: pypa/cibuildwheel@v2.11.4
157+
uses: pypa/cibuildwheel@v2.12.0
158158
with:
159159
python-version: 3.7 - 3.11
160160

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0
3+
rev: 22.12.0
44
hooks:
55
- id: black
66

77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 5.11.4
99
hooks:
1010
- id: isort
1111
args: [
@@ -15,7 +15,7 @@ repos:
1515
]
1616

1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 5.0.4
18+
rev: 6.0.0
1919
hooks:
2020
- id: flake8
2121

@@ -33,13 +33,13 @@ repos:
3333
# exclude: "tests/"
3434

3535
- repo: https://github.com/pre-commit/pre-commit-hooks
36-
rev: v4.1.0
36+
rev: v4.4.0
3737
hooks:
3838
- id: check-merge-conflict
3939
- id: debug-statements
4040

4141
# this validates our github workflow files
4242
- repo: https://github.com/python-jsonschema/check-jsonschema
43-
rev: 0.14.0
43+
rev: 0.20.0
4444
hooks:
4545
- id: check-github-workflows

ansys/mapdl/reader/elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
0, # UNUSED113
351351
0, # UNUSED114
352352
3, # INTER115
353-
3, # FLUID116
353+
2, # FLUID116
354354
4, # EDGE117
355355
3, # HF118
356356
5, # HF119

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Sphinx==6.1.3
2-
ansys-sphinx-theme==0.8.0
2+
ansys-sphinx-theme==0.8.1
33
notfound==1.0.2
44
pypandoc==1.10
55
pyvista==0.37.0

0 commit comments

Comments
 (0)