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 22
22
sphinx :
23
23
runs-on : ubuntu-22.04
24
24
steps :
25
- - uses : actions/checkout@v4.1.7
25
+ - uses : actions/checkout@v4.2.0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5.2.0
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-22.04
44
44
steps :
45
- - uses : actions/checkout@v4.1.7
45
+ - uses : actions/checkout@v4.2.0
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v5.2.0
48
48
with :
Original file line number Diff line number Diff line change 22
22
lint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4.1.7
25
+ - uses : actions/checkout@v4.2.0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5.2.0
Original file line number Diff line number Diff line change 29
29
pre_commit :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4.1.7
32
+ - uses : actions/checkout@v4.2.0
33
33
- uses : actions/setup-python@v5.2.0
34
34
with :
35
35
python-version : " 3.11"
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
id-token : write
15
15
environment : pypi.org
16
16
steps :
17
- - uses : actions/checkout@v4.1.7
17
+ - uses : actions/checkout@v4.2.0
18
18
with :
19
19
fetch-depth : 0
20
20
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.8.8
24
+ uses : python-semantic-release/python-semantic-release@v9.9.0
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
32
32
if : steps.release.outputs.released == 'true'
33
33
34
34
- 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
36
36
if : steps.release.outputs.released == 'true'
37
37
with :
38
38
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 48
48
version : " 3.12"
49
49
toxenv : py312,smoke
50
50
steps :
51
- - uses : actions/checkout@v4.1.7
51
+ - uses : actions/checkout@v4.2.0
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v5.2.0
54
54
with :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
68
68
steps :
69
- - uses : actions/checkout@v4.1.7
69
+ - uses : actions/checkout@v4.2.0
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v5.2.0
72
72
with :
88
88
coverage :
89
89
runs-on : ubuntu-22.04
90
90
steps :
91
- - uses : actions/checkout@v4.1.7
91
+ - uses : actions/checkout@v4.2.0
92
92
- name : Set up Python ${{ matrix.python-version }}
93
93
uses : actions/setup-python@v5.2.0
94
94
with :
@@ -112,7 +112,7 @@ jobs:
112
112
runs-on : ubuntu-latest
113
113
name : Python wheel
114
114
steps :
115
- - uses : actions/checkout@v4.1.7
115
+ - uses : actions/checkout@v4.2.0
116
116
- uses : actions/setup-python@v5.2.0
117
117
with :
118
118
python-version : " 3.12"
@@ -130,7 +130,7 @@ jobs:
130
130
runs-on : ubuntu-latest
131
131
needs : [dist]
132
132
steps :
133
- - uses : actions/checkout@v4.1.7
133
+ - uses : actions/checkout@v4.2.0
134
134
- name : Set up Python
135
135
uses : actions/setup-python@v5.2.0
136
136
with :
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.29.0
10
+ rev : v3.29.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 : 38.94.3
54
+ rev : 38.103.1
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.8.0
4
- commitizen==3.29.0
4
+ commitizen==3.29.1
5
5
flake8==7.1.1
6
6
isort==5.13.2
7
7
mypy==1.11.2
You can’t perform that action at this time.
0 commit comments