Skip to content

Commit 87b5b00

Browse files
Merge branch 'master' into dependency/pyright-1.1.389
2 parents 63f10d1 + 171115d commit 87b5b00

File tree

4 files changed

+63
-63
lines changed

4 files changed

+63
-63
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ jobs:
189189
run: uv run -p ${{ env.DEFAULT_PYTHON_VERSION }} --no-sync coverage xml -i
190190

191191
- name: Upload coverage report
192-
uses: codecov/codecov-action@v4
192+
uses: codecov/codecov-action@v5
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.1
10+
rev: v0.7.4
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]
1414
- id: ruff-format
1515
- repo: https://github.com/kynan/nbstripout
16-
rev: 0.7.1
16+
rev: 0.8.0
1717
hooks:
1818
- id: nbstripout

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ docs = [
7878
]
7979
lint = [
8080
"pre-commit==4.0.1",
81-
"ruff==0.7.1",
81+
"ruff==0.7.4",
8282
"pyright==1.1.389",
8383
]
8484
test = [
8585
"pytest==8.3.3",
8686
"pytest-benchmark[histogram]==5.1.0",
8787
"pytest-check==2.4.1",
88-
"coverage[toml]==7.6.4",
88+
"coverage[toml]==7.6.7",
8989
]
9090

9191
[tool.uv]

0 commit comments

Comments
 (0)