File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 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@v3.5.3
25
+ - uses : actions/checkout@v3.6.0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.7.0
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-22.04
44
44
steps :
45
- - uses : actions/checkout@v3.5.3
45
+ - uses : actions/checkout@v3.6.0
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.7.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@v3.5.3
25
+ - uses : actions/checkout@v3.6.0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.7.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@v3.5.3
32
+ - uses : actions/checkout@v3.6.0
33
33
- uses : actions/setup-python@v4.7.0
34
34
with :
35
35
python-version : " 3.11"
Original file line number Diff line number Diff line change 13
13
id-token : write
14
14
environment : pypi.org
15
15
steps :
16
- - uses : actions/checkout@v3.5.3
16
+ - uses : actions/checkout@v3.6.0
17
17
with :
18
18
fetch-depth : 0
19
19
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 46
46
version : " 3.11"
47
47
toxenv : py310,smoke
48
48
steps :
49
- - uses : actions/checkout@v3.5.3
49
+ - uses : actions/checkout@v3.6.0
50
50
- name : Set up Python ${{ matrix.python.version }}
51
51
uses : actions/setup-python@v4.7.0
52
52
with :
64
64
matrix :
65
65
toxenv : [api_func_v4, cli_func_v4]
66
66
steps :
67
- - uses : actions/checkout@v3.5.3
67
+ - uses : actions/checkout@v3.6.0
68
68
- name : Set up Python
69
69
uses : actions/setup-python@v4.7.0
70
70
with :
85
85
coverage :
86
86
runs-on : ubuntu-22.04
87
87
steps :
88
- - uses : actions/checkout@v3.5.3
88
+ - uses : actions/checkout@v3.6.0
89
89
- name : Set up Python ${{ matrix.python-version }}
90
90
uses : actions/setup-python@v4.7.0
91
91
with :
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
name : Python wheel
110
110
steps :
111
- - uses : actions/checkout@v3.5.3
111
+ - uses : actions/checkout@v3.6.0
112
112
- uses : actions/setup-python@v4.7.0
113
113
with :
114
114
python-version : " 3.11"
@@ -126,7 +126,7 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
needs : [dist]
128
128
steps :
129
- - uses : actions/checkout@v3.5.3
129
+ - uses : actions/checkout@v3.6.0
130
130
- name : Set up Python
131
131
uses : actions/setup-python@v4.7.0
132
132
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.6 .0
10
+ rev : v3.7 .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 : 36.52.2
51
+ rev : 36.68.1
52
52
hooks :
53
53
- id : renovate-config-validator
Original file line number Diff line number Diff line change 2
2
furo==2023.8.19
3
3
jinja2==3.1.2
4
4
myst-parser==2.0.0
5
- sphinx==7.2.2
5
+ sphinx==7.2.4
6
6
sphinxcontrib-autoprogram==0.1.8
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.7.0
4
- commitizen==3.6 .0
4
+ commitizen==3.7 .0
5
5
flake8==6.1.0
6
6
isort==5.12.0
7
7
mypy==1.5.1
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ pytest==7.4.0
8
8
PyYaml==6.0.1
9
9
responses==0.23.3
10
10
setuptools==68.1.2
11
- wheel==0.41.1
11
+ wheel==0.41.2
You can’t perform that action at this time.
0 commit comments