File tree 12 files changed +23
-23
lines changed
12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-20.04
24
24
steps :
25
- - uses : actions/checkout@v3.5.2
25
+ - uses : actions/checkout@v3.5.3
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.6.1
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
- - uses : actions/checkout@v3.5.2
45
+ - uses : actions/checkout@v3.5.3
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.6.1
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.2
25
+ - uses : actions/checkout@v3.5.3
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.6.1
Original file line number Diff line number Diff line change 15
15
action :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : dessant/lock-threads@v4.0.0
18
+ - uses : dessant/lock-threads@v4.0.1
19
19
with :
20
20
process-only : ' issues'
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.2
32
+ - uses : actions/checkout@v3.5.3
33
33
- uses : actions/setup-python@v4.6.1
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.2
16
+ - uses : actions/checkout@v3.5.3
17
17
with :
18
18
fetch-depth : 0
19
19
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
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.33.5
32
+ uses : relekang/python-semantic-release@v7.34.3
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 48
48
version : " 3.11"
49
49
toxenv : py310,smoke
50
50
steps :
51
- - uses : actions/checkout@v3.5.2
51
+ - uses : actions/checkout@v3.5.3
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v4.6.1
54
54
with :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
68
68
steps :
69
- - uses : actions/checkout@v3.5.2
69
+ - uses : actions/checkout@v3.5.3
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v4.6.1
72
72
with :
87
87
coverage :
88
88
runs-on : ubuntu-20.04
89
89
steps :
90
- - uses : actions/checkout@v3.5.2
90
+ - uses : actions/checkout@v3.5.3
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v4.6.1
93
93
with :
@@ -111,7 +111,7 @@ jobs:
111
111
name : Python wheel
112
112
steps :
113
113
- uses : actions/checkout@v1.2.0
114
- - uses : actions/setup-python@v2.3.3
114
+ - uses : actions/setup-python@v2.3.4
115
115
with :
116
116
python-version : " 3.11"
117
117
- name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
needs : [dist]
130
130
steps :
131
- - uses : actions/checkout@v3.5.2
131
+ - uses : actions/checkout@v3.5.3
132
132
- name : Set up Python
133
133
uses : actions/setup-python@v4.6.1
134
134
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.2.2
10
+ rev : v3.3.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.111.0
51
+ rev : 35.115.2
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
- furo==2023.3.27
2
+ furo==2023.5.20
3
3
jinja2==3.1.2
4
4
myst-parser==1.0.0
5
5
sphinx==6.2.1
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.2.2
4
+ commitizen==3.3.0
5
5
flake8==6.0.0
6
6
isort==5.12.0
7
7
mypy==1.3.0
8
8
pylint==2.17.4
9
- pytest==7.3.1
9
+ pytest==7.3.2
10
10
responses==0.23.1
11
11
types-PyYAML==6.0.12.10
12
- types-requests==2.31.0.0
12
+ types-requests==2.31.0.1
13
13
types-setuptools==67.8.0.0
Original file line number Diff line number Diff line change 1
- pre-commit==3.3.2
1
+ pre-commit==3.3.3
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
build==0.10.0
3
- coverage==7.2.6
4
- pytest-console-scripts==1.4.0
3
+ coverage==7.2.7
4
+ pytest-console-scripts==1.4.1
5
5
pytest-cov==4.1.0
6
6
pytest-github-actions-annotate-failures==0.2.0
7
- pytest==7.3.1
7
+ pytest==7.3.2
8
8
PyYaml==5.4.1
9
9
responses==0.23.1
10
10
setuptools==67.8.0
Original file line number Diff line number Diff line change 1
1
requests == 2.28.2
2
2
requests-toolbelt == 1.0.0
3
- typing-extensions == 4.6.2 ; python_version < "3.8"
3
+ typing-extensions == 4.6.3 ; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments