Skip to content

Commit 0a0fbaa

Browse files
committed
Update dependencies
1 parent 5b17255 commit 0a0fbaa

3 files changed

Lines changed: 1009 additions & 976 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Latest python version: send coverage report to codecov
4040
- name: Upload coverage report to Codecov
4141
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
42-
uses: codecov/codecov-action@v5
42+
uses: codecov/codecov-action@v6
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
slug: ${{ github.repository }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
python-version: ${{ env.LATEST_PY_VERSION }}
5959
- name: Run style checks & linting
60-
uses: j178/prek-action@v1
60+
uses: j178/prek-action@v2
6161

6262
# Dependency scan
6363
- name: Scan dependencies for known vulnerabilities

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: mixed-line-ending
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.4
11+
rev: v0.15.12
1212
hooks:
1313
- id: ruff
1414
args: [ --fix ]
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.19.1
17+
rev: v1.20.2
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [attrs, types-python-dateutil, types-requests, types-ujson]
@@ -26,6 +26,6 @@ repos:
2626
args: [--max-average=A, --max-modules=C, --max-absolute=C]
2727
exclude: ^scripts/
2828
- repo: https://github.com/crate-ci/typos
29-
rev: v1.44.0
29+
rev: v1.46.0
3030
hooks:
3131
- id: typos

0 commit comments

Comments
 (0)