File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
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.3
25
+ - uses : actions/checkout@v4.1.4
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5.1.0
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-22.04
44
44
steps :
45
- - uses : actions/checkout@v4.1.3
45
+ - uses : actions/checkout@v4.1.4
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v5.1.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.3
25
+ - uses : actions/checkout@v4.1.4
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5.1.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.3
32
+ - uses : actions/checkout@v4.1.4
33
33
- uses : actions/setup-python@v5.1.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.3
17
+ - uses : actions/checkout@v4.1.4
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.5 .0
24
+ uses : python-semantic-release/python-semantic-release@v9.6 .0
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
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.3
51
+ - uses : actions/checkout@v4.1.4
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v5.1.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.3
69
+ - uses : actions/checkout@v4.1.4
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v5.1.0
72
72
with :
87
87
coverage :
88
88
runs-on : ubuntu-22.04
89
89
steps :
90
- - uses : actions/checkout@v4.1.3
90
+ - uses : actions/checkout@v4.1.4
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v5.1.0
93
93
with :
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-latest
111
111
name : Python wheel
112
112
steps :
113
- - uses : actions/checkout@v4.1.3
113
+ - uses : actions/checkout@v4.1.4
114
114
- uses : actions/setup-python@v5.1.0
115
115
with :
116
116
python-version : " 3.12"
@@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
needs : [dist]
130
130
steps :
131
- - uses : actions/checkout@v4.1.3
131
+ - uses : actions/checkout@v4.1.4
132
132
- name : Set up Python
133
133
uses : actions/setup-python@v5.1.0
134
134
with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 24.4.1
6
+ rev : 24.4.2
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 37.321.2
50
+ rev : 37.326.3
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- furo==2024.1.29
2
+ furo==2024.4.27
3
3
jinja2==3.1.3
4
4
myst-parser==2.0.0
5
5
sphinx==7.3.7
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
- black==24.4.1
3
+ black==24.4.2
4
4
commitizen==3.24.0
5
5
flake8==7.0.0
6
6
isort==5.13.2
7
7
mypy==1.10.0
8
8
pylint==3.1.0
9
- pytest==8.1.1
9
+ pytest==8.2.0
10
10
responses==0.25.0
11
11
types-PyYAML==6.0.12.20240311
12
12
types-requests==2.31.0.20240406
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage==7.5.0
4
4
pytest-console-scripts==1.4.1
5
5
pytest-cov==5.0.0
6
6
pytest-github-actions-annotate-failures==0.2.0
7
- pytest==8.1.1
7
+ pytest==8.2.0
8
8
PyYaml==6.0.1
9
9
responses==0.25.0
10
10
wheel==0.43.0
You can’t perform that action at this time.
0 commit comments