Skip to content

Commit

Permalink
MAINT: Bump selenium from 4.19.0 to 4.20.0 (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Krull <[email protected]>
  • Loading branch information
dependabot[bot] and pkrull-ansys authored Apr 25, 2024
1 parent dd3ed29 commit ae170af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ repos:
rev: v2.2.5
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt"]
args:
["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]
exclude_types: ["jupyter"]

# To be activated after quick dev cycles
Expand Down
1 change: 1 addition & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Vocab = ANSYS

# Apply the following styles
BasedOnStyles = Vale, Google
Vale.Terms = NO
4 changes: 2 additions & 2 deletions doc/styles/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*
!Vocab
!Vocab/**
!config
!config/**
!.gitignore
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ doc = [
"phantomjs==1.4.1",
"pypandoc==1.13",
"pyvista==0.43.5",
"selenium==4.19.0",
"selenium==4.20.0",
"sphinx==7.3.7",
"sphinx-autoapi==3.0.0",
#"sphinx-autoapi @ git+https://github.com/ansys/sphinx-autoapi@feat/single-page-stable",
Expand Down

0 comments on commit ae170af

Please sign in to comment.