File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
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.2
82
+ uses : codecov/codecov-action@v5.4.3
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.2
105
+ uses : codecov/codecov-action@v5.4.3
106
106
with :
107
107
files : ./coverage.xml
108
108
flags : unit
Original file line number Diff line number Diff line change 7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v4.7.0
10
+ rev : v4.7.2
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
3
black==25.1.0
4
- commitizen==4.7.0
4
+ commitizen==4.7.2
5
5
flake8==7.2.0
6
6
isort==6.0.1
7
7
mypy==1.15.0
8
8
pylint==3.3.7
9
9
pytest==8.3.5
10
10
responses==0.25.7
11
11
respx==0.22.0
12
- types-PyYAML==6.0.12.20250402
13
- types-requests==2.32.0.20250328
14
- types-setuptools==80.4 .0.20250511
12
+ types-PyYAML==6.0.12.20250516
13
+ types-requests==2.32.0.20250515
14
+ types-setuptools==80.7 .0.20250516
You can’t perform that action at this time.
0 commit comments