File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.16.1
24
+ uses : python-semantic-release/python-semantic-release@v9.17.0
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
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.2.0
82
+ uses : codecov/codecov-action@v5.3.1
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.2.0
105
+ uses : codecov/codecov-action@v5.3.1
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.1.0
10
+ rev : v4.1.1
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
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.122.1
54
+ rev : 39.134.0
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
3
black==24.10.0
4
- commitizen==4.1.0
4
+ commitizen==4.1.1
5
5
flake8==7.1.1
6
6
isort==5.13.2
7
7
mypy==1.14.1
You can’t perform that action at this time.
0 commit comments