Skip to content

Commit

Permalink
Bump pyvista[trame] from 0.42.3 to 0.43.1 (#2566)
Browse files Browse the repository at this point in the history
Bumps [pyvista[trame]](https://github.com/pyvista/pyvista) from 0.42.3 to 0.43.1.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.42.3...v0.43.1)

---
updated-dependencies:
- dependency-name: pyvista[trame]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 5e70f2f commit c1e9341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
numpydoc_xref_param_type = True
numpydoc_validate = True
numpydoc_validation_checks = {
"GL06", # Found unknown section
"GL07", # Sections are in the wrong order.
# "GL06", # Found unknown section
# "GL07", # Sections are in the wrong order.
"GL08", # The object does not have a docstring
"GL09", # Deprecation warning should precede extended summary
"GL10", # reST directives {directives} must be followed by two colons
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ doc = [
"pypandoc==1.12",
"pytest-sphinx==0.5.0",
"pythreejs==2.4.2",
"pyvista[trame]==0.42.3",
"pyvista[trame]==0.43.1",
"sphinx-autobuild==2021.3.14",
"sphinx-autodoc-typehints==1.25.2",
"sphinx-copybutton==0.5.2",
Expand Down Expand Up @@ -177,7 +177,7 @@ checks = [
# "whitespace only",
# "GL06", # 'Found unknown section "{section}". Allowed sections are: '
# "{allowed_sections}",
"GL07", # "Sections are in the wrong order. Correct order is: {correct_sections}",
# "GL07", # "Sections are in the wrong order. Correct order is: {correct_sections}",
# "GL08", # "The object does not have a docstring",
# "GL09", # "Deprecation warning should precede extended summary",
"GL10", # "reST directives {directives} must be followed by two colons",
Expand Down

0 comments on commit c1e9341

Please sign in to comment.