Skip to content

Commit

Permalink
chore: Merge branch 'feat/more-descriptive-errors' of https://github.…
Browse files Browse the repository at this point in the history
…com/ansys/pymapdl into feat/more-descriptive-errors
  • Loading branch information
germa89 committed Aug 8, 2024
2 parents 42c0eb1 + f2e87cb commit acf39fd
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/codespaces-docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ pythreejs==2.4.2
sphinx-autobuild==2024.4.16
sphinx-autodoc-typehints==1.25.2
sphinx-copybutton==0.5.2
sphinx-design==0.6.0
sphinx-design==0.6.0
sphinx-design==0.6.1
sphinx-gallery==0.16.0
sphinx-notfound-page==1.0.2
sphinx-reredirects==0.1.4
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scipy==1.14.0
sphinx-autobuild==2024.4.16
sphinx-autodoc-typehints==1.25.2
sphinx-copybutton==0.5.2
sphinx-design==0.6.0
sphinx-design==0.6.1
sphinx-gallery==0.16.0
sphinx-notfound-page==1.0.2
sphinx-reredirects==0.1.4
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fail_fast: True
repos:

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.1
rev: v0.4.2
hooks:
- id: add-license-headers
args:
Expand All @@ -28,7 +28,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 24.4.2 # If version changes --> modify "blacken-docs" manually as well.
rev: 24.8.0 # If version changes --> modify "blacken-docs" manually as well.
hooks:
- id: black
args:
Expand All @@ -38,10 +38,10 @@ repos:
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.4.2]
additional_dependencies: [black==24.8.0]

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8

Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3322.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump grpcio from 1.65.1 to 1.65.2 in the grpc-deps group
1 change: 1 addition & 0 deletions doc/changelog.d/3323.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-tools-visualization-interface from 0.3.0 to 0.4.0 in the core group
1 change: 1 addition & 0 deletions doc/changelog.d/3324.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the documentation group with 3 updates
1 change: 1 addition & 0 deletions doc/changelog.d/3330.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[pre-commit.ci] pre-commit autoupdate
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jupyter = [

tests = [
"ansys-dpf-core==0.10.1",
"ansys-tools-visualization-interface==0.3.0",
"ansys-tools-visualization-interface==0.4.0",
"autopep8==2.3.1",
"matplotlib==3.9.1",
"pandas==2.2.2",
Expand All @@ -75,9 +75,9 @@ tests = [
doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.53.0",
"ansys-tools-visualization-interface==0.3.0",
"ansys-tools-visualization-interface==0.4.0",
"ansys-sphinx-theme==0.16.6",
"grpcio==1.65.1",
"grpcio==1.65.2",
"imageio-ffmpeg==0.5.1",
"imageio==2.34.2",
"jupyter_sphinx==0.5.3",
Expand All @@ -93,11 +93,11 @@ doc = [
"sphinx-autobuild==2024.4.16",
"sphinx-autodoc-typehints==1.25.2",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.6.0",
"sphinx-design==0.6.1",
"sphinx-gallery==0.17.0",
"sphinx-notfound-page==1.0.2",
"sphinx==7.4.7",
"sphinxcontrib-websupport==1.2.7",
"sphinx-notfound-page==1.0.4",
"sphinx==8.0.2",
"sphinxcontrib-websupport==2.0.0",
"sphinxemoji==0.3.1",
"vtk==9.3.1",
]
Expand Down

0 comments on commit acf39fd

Please sign in to comment.