Skip to content

Commit 3f20398

Browse files
authored
Update pipx tools (#979)
1 parent 0f3784c commit 3f20398

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cmake-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737
- name: Install gersemi
38-
run: pipx install gersemi~=0.19
38+
run: pipx install gersemi~=0.23
3939
- name: Run gersemi
4040
run: |
4141
gersemi --check $(git ls-files '*.cmake' ':!cmake/DDCCheckRequiredKokkosOptions.cmake' ':!cmake/FindLAPACKE.cmake')

.github/workflows/python-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3333
- name: Install dependencies
3434
run: |
35-
pipx install black
35+
pipx install black~=25.11
3636
- name: Check format using black
3737
run: |
3838
black --line-length 100 --check bin/trailing_spaces $(git ls-files '*.py')
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545
- name: Install dependencies
4646
run: |
47-
pipx install pylint
47+
pipx install pylint~=4.0
4848
- name: Analysing the code with pylint
4949
run: |
5050
pylint bin/trailing_spaces $(git ls-files '*.py' ':!benchmarks/splines_plot.py')

.github/workflows/website-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: gh-pages
2525
- name: Install linkchecker
2626
run: |
27-
pipx install linkchecker
27+
pipx install linkchecker~=10.6
2828
- name: Analysing the links of the website
2929
run: |
3030
linkchecker --check-extern --ignore-url=https://www.doxygen.org/index.html index.html

.github/workflows/yaml-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939
- name: Install yamllint
40-
run: pipx install yamllint~=1.35
40+
run: pipx install yamllint~=1.37
4141
- run: |
4242
yamllint $(git ls-files '*.yml' '*.yaml')
4343
yamllint .clang-format .clang-tidy .gersemirc

0 commit comments

Comments
 (0)