File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
TOXENV : ${{ matrix.toxenv }}
80
80
run : tox -- --override-ini='log_cli=True'
81
81
- name : Upload codecov coverage
82
- uses : codecov/codecov-action@v5.4.0
82
+ uses : codecov/codecov-action@v5.4.2
83
83
with :
84
84
files : ./coverage.xml
85
85
flags : ${{ matrix.toxenv }}
@@ -102,7 +102,7 @@ jobs:
102
102
TOXENV : cover
103
103
run : tox
104
104
- name : Upload codecov coverage
105
- uses : codecov/codecov-action@v5.4.0
105
+ uses : codecov/codecov-action@v5.4.2
106
106
with :
107
107
files : ./coverage.xml
108
108
flags : unit
Original file line number Diff line number Diff line change 51
51
- id : rst-directive-colons
52
52
- id : rst-inline-touching-normal
53
53
- repo : https://github.com/maxbrunet/pre-commit-renovate
54
- rev : 39.240 .1
54
+ rev : 39.253 .1
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pytest==8.3.5
9
9
PyYaml==6.0.2
10
10
responses==0.25.7
11
11
respx==0.22.0
12
- trio==0.29 .0
12
+ trio==0.30 .0
13
13
wheel==0.45.1
You can’t perform that action at this time.
0 commit comments