Skip to content

Commit bd10d96

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/codecov/codecov-action-5' into develop
2 parents 77b7c3e + 077ab0d commit bd10d96

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Restore all Coverage Reports
4343
uses: actions/download-artifact@v4
4444
- name: Upload Coverage Report
45-
uses: codecov/codecov-action@v4
45+
uses: codecov/codecov-action@v5
4646
with:
4747
flags: unittests
4848
token: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ repos:
1111
hooks:
1212
- id: pyproject-fmt
1313
- repo: https://github.com/tox-dev/tox-ini-fmt
14-
rev: 1.4.1
14+
rev: 1.5.0
1515
hooks:
1616
- id: tox-ini-fmt
1717
- repo: https://github.com/rhysd/actionlint
18-
rev: v1.7.3
18+
rev: v1.7.7
1919
hooks:
2020
- id: actionlint
2121
- repo: https://github.com/psf/black
22-
rev: 24.10.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/adamchainz/blacken-docs
@@ -28,26 +28,26 @@ repos:
2828
- id: blacken-docs
2929
files: pathlibutil/
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.13.2
31+
rev: 6.0.0
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/python-poetry/poetry
35-
rev: 1.8.0
35+
rev: 1.8.5
3636
hooks:
3737
- id: poetry-check
3838
- id: poetry-lock
3939
args: ["--no-update"]
4040
- repo: https://github.com/google/yamlfmt
41-
rev: v0.14.0
41+
rev: v0.16.0
4242
hooks:
4343
- id: yamlfmt
4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 7.1.1
45+
rev: 7.1.2
4646
hooks:
4747
- id: flake8
4848
args: ["--max-line-length", "88", "--exclude=examples/**"]
4949
- repo: https://github.com/d-chris/jinja2_pdoc
50-
rev: v1.2.0
50+
rev: v1.3.0
5151
hooks:
5252
- id: jinja2pdoc
5353
files: docs/README\.md\.jinja2$

0 commit comments

Comments
 (0)