File tree 7 files changed +20
-20
lines changed
7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
# ! https://github.com/pytest-dev/pytest-cov/issues/479#issuecomment-1247444988
182
182
- run : " . scripts/Initialize-Shell.ps1; pytest --cov --cov-config pyproject.toml"
183
183
- if : startsWith(matrix.runner, 'ubuntu') && matrix.python == '3.11'
184
- uses : " codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c " # v4.4.1
184
+ uses : " codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 " # v4.5.0
185
185
env :
186
186
CODECOV_TOKEN : " ${{ secrets.CODECOV_TOKEN }}"
187
187
lock :
Original file line number Diff line number Diff line change 98
98
- id : " end-of-file-fixer"
99
99
- id : " trailing-whitespace"
100
100
- repo : " https://github.com/iterative/dvc"
101
- rev : " 3.45.0 "
101
+ rev : " 3.51.2 "
102
102
hooks :
103
103
- id : " dvc-post-checkout"
104
104
additional_dependencies : ["dvc[gs]"]
@@ -125,7 +125,7 @@ repos:
125
125
|tests/.*
126
126
)$
127
127
- repo : " https://github.com/charliermarsh/ruff-pre-commit"
128
- rev : " v0.4.8 "
128
+ rev : " v0.4.9 "
129
129
hooks :
130
130
- id : " ruff"
131
131
args : ["--extend-fixable", "PIE790"]
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ keyring==25.2.1
11
11
pandas-stubs~=2.2.2
12
12
pre-commit==3.7.1
13
13
pyright==1.1.367
14
- ruff==0.4.8
14
+ ruff==0.4.9
15
15
snakeviz==2.2.0
16
16
sourcery==1.19.0
17
17
towncrier==23.11.0
Original file line number Diff line number Diff line change 1
- uv==0.2.11
1
+ uv==0.2.12
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ version = "0.0.0"
8
8
description = " Tests."
9
9
dependencies = [
10
10
# ? Core testing
11
- " pytest-cov==4.1 .0" ,
11
+ " pytest-cov==5.0 .0" ,
12
12
" pytest-custom-exit-code==0.3.0" ,
13
13
" pytest-github-actions-annotate-failures==0.2.0" ,
14
- " pytest==8.0.0 " ,
14
+ " pytest==8.2.2 " ,
15
15
# ? Other testing
16
16
# ? Wheels are missing on Linux for PySide6, `uv` doesn't like it
17
17
" pyside6==6.7.1 ; sys_platform != 'linux'" ,
You can’t perform that action at this time.
0 commit comments