File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 29
29
echo "::add-mask::${api_token}"
30
30
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
31
31
- name : Python Semantic Release
32
- uses : relekang/python-semantic-release@v7.34.4
32
+ uses : relekang/python-semantic-release@v7.34.6
33
33
with :
34
34
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
35
35
pypi_token : ${{ steps.mint-token.outputs.api-token }}
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 : v3.3 .0
10
+ rev : v3.4 .0
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
48
48
- id : rst-directive-colons
49
49
- id : rst-inline-touching-normal
50
50
- repo : https://github.com/maxbrunet/pre-commit-renovate
51
- rev : 35.118 .0
51
+ rev : 35.137 .0
52
52
hooks :
53
53
- 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==23.3.0
4
- commitizen==3.3 .0
4
+ commitizen==3.4 .0
5
5
flake8==6.0.0
6
6
isort==5.12.0
7
- mypy==1.3 .0
7
+ mypy==1.4 .0
8
8
pylint==2.17.4
9
9
pytest==7.3.2
10
10
responses==0.23.1
You can’t perform that action at this time.
0 commit comments