File tree Expand file tree Collapse file tree 4 files changed +63
-63
lines changed Expand file tree Collapse file tree 4 files changed +63
-63
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ docs = [
7878]
7979lint = [
8080 " pre-commit==4.0.1" ,
81- " ruff==0.7.1 " ,
81+ " ruff==0.7.4 " ,
8282 " pyright==1.1.389" ,
8383]
8484test = [
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 ]
You can’t perform that action at this time.
0 commit comments