File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
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.4
25
+ - uses : actions/checkout@v4.1.5
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.4
45
+ - uses : actions/checkout@v4.1.5
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.4
25
+ - uses : actions/checkout@v4.1.5
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.4
32
+ - uses : actions/checkout@v4.1.5
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.4
17
+ - uses : actions/checkout@v4.1.5
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.7.1
24
+ uses : python-semantic-release/python-semantic-release@v9.7.2
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.4
51
+ - uses : actions/checkout@v4.1.5
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.4
69
+ - uses : actions/checkout@v4.1.5
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.4
90
+ - uses : actions/checkout@v4.1.5
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.4
113
+ - uses : actions/checkout@v4.1.5
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.4
131
+ - uses : actions/checkout@v4.1.5
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 20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v3.1.0
23
+ rev : v3.1.1
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
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.347.2
50
+ rev : 37.358.0
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ commitizen==3.25.0
5
5
flake8==7.0.0
6
6
isort==5.13.2
7
7
mypy==1.10.0
8
- pylint==3.1.0
8
+ pylint==3.1.1
9
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
13
- types-setuptools==69.5.0.20240423
13
+ types-setuptools==69.5.0.20240513
Original file line number Diff line number Diff line change 1
- pre-commit==3.7.0
1
+ pre-commit==3.7.1
You can’t perform that action at this time.
0 commit comments