File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v4.1.7
25+ - uses : actions/checkout@v4.2.0
2626 - name : Set up Python
2727 uses : actions/setup-python@v5.2.0
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v4.1.7
45+ - uses : actions/checkout@v4.2.0
4646 - name : Set up Python
4747 uses : actions/setup-python@v5.2.0
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4.1.7
25+ - uses : actions/checkout@v4.2.0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v5.2.0
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4.1.7
32+ - uses : actions/checkout@v4.2.0
3333 - uses : actions/setup-python@v5.2.0
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v4.1.7
17+ - uses : actions/checkout@v4.2.0
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.8.8
24+ uses : python-semantic-release/python-semantic-release@v9.9.0
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
3232 if : steps.release.outputs.released == 'true'
3333
3434 - name : Publish package distributions to GitHub Releases
35- uses : python-semantic-release/upload-to-gh-release@fa2bbbf8e61069551abd513fdc5627e14c8637c7 # v9.8.8
35+ uses : python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9
3636 if : steps.release.outputs.released == 'true'
3737 with :
3838 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4848 version : " 3.12"
4949 toxenv : py312,smoke
5050 steps :
51- - uses : actions/checkout@v4.1.7
51+ - uses : actions/checkout@v4.2.0
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v5.2.0
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v4.1.7
69+ - uses : actions/checkout@v4.2.0
7070 - name : Set up Python
7171 uses : actions/setup-python@v5.2.0
7272 with :
8888 coverage :
8989 runs-on : ubuntu-22.04
9090 steps :
91- - uses : actions/checkout@v4.1.7
91+ - uses : actions/checkout@v4.2.0
9292 - name : Set up Python ${{ matrix.python-version }}
9393 uses : actions/setup-python@v5.2.0
9494 with :
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : ubuntu-latest
113113 name : Python wheel
114114 steps :
115- - uses : actions/checkout@v4.1.7
115+ - uses : actions/checkout@v4.2.0
116116 - uses : actions/setup-python@v5.2.0
117117 with :
118118 python-version : " 3.12"
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ubuntu-latest
131131 needs : [dist]
132132 steps :
133- - uses : actions/checkout@v4.1.7
133+ - uses : actions/checkout@v4.2.0
134134 - name : Set up Python
135135 uses : actions/setup-python@v5.2.0
136136 with :
Original file line number Diff line number Diff line change 77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v3.29.0
10+ rev : v3.29.1
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
5151 - id : rst-directive-colons
5252 - id : rst-inline-touching-normal
5353 - repo : https://github.com/maxbrunet/pre-commit-renovate
54- rev : 38.94.3
54+ rev : 38.103.1
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==24.8.0
4- commitizen==3.29.0
4+ commitizen==3.29.1
55flake8==7.1.1
66isort==5.13.2
77mypy==1.11.2
You can’t perform that action at this time.
0 commit comments