File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
- - uses : actions/checkout@v4.2.2
25
+ - uses : actions/checkout@v4.3.0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5.6.0
28
28
with :
37
37
twine-check :
38
38
runs-on : ubuntu-24.04
39
39
steps :
40
- - uses : actions/checkout@v4.2.2
40
+ - uses : actions/checkout@v4.3.0
41
41
- name : Set up Python
42
42
uses : actions/setup-python@v5.6.0
43
43
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.2.2
25
+ - uses : actions/checkout@v4.3.0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5.6.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.2.2
32
+ - uses : actions/checkout@v4.3.0
33
33
- uses : actions/setup-python@v5.6.0
34
34
with :
35
35
python-version : " 3.13"
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.2.2
17
+ - uses : actions/checkout@v4.3.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@v10.3.0
24
+ uses : python-semantic-release/python-semantic-release@v10.3.1
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/publish-action@v10.3.0
35
+ uses : python-semantic-release/publish-action@v10.3.1
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.13"
49
49
toxenv : py313,smoke
50
50
steps :
51
- - uses : actions/checkout@v4.2.2
51
+ - uses : actions/checkout@v4.3.0
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v5.6.0
54
54
with :
67
67
matrix :
68
68
toxenv : [api_func_v4, cli_func_v4]
69
69
steps :
70
- - uses : actions/checkout@v4.2.2
70
+ - uses : actions/checkout@v4.3.0
71
71
- name : Set up Python
72
72
uses : actions/setup-python@v5.6.0
73
73
with :
89
89
coverage :
90
90
runs-on : ubuntu-24.04
91
91
steps :
92
- - uses : actions/checkout@v4.2.2
92
+ - uses : actions/checkout@v4.3.0
93
93
- name : Set up Python ${{ matrix.python-version }}
94
94
uses : actions/setup-python@v5.6.0
95
95
with :
@@ -113,7 +113,7 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
name : Python wheel
115
115
steps :
116
- - uses : actions/checkout@v4.2.2
116
+ - uses : actions/checkout@v4.3.0
117
117
- uses : actions/setup-python@v5.6.0
118
118
with :
119
119
python-version : " 3.13"
@@ -131,7 +131,7 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
needs : [dist]
133
133
steps :
134
- - uses : actions/checkout@v4.2.2
134
+ - uses : actions/checkout@v4.3.0
135
135
- name : Set up Python
136
136
uses : actions/setup-python@v5.6.0
137
137
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.3.7
23
+ rev : v3.3.8
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
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 : 41.43.0
54
+ rev : 41.62.2
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ commitizen==4.8.3
5
5
flake8==7.3.0
6
6
isort==6.0.1
7
7
mypy==1.17.1
8
- pylint==3.3.7
8
+ pylint==3.3.8
9
9
pytest==8.4.1
10
- responses==0.25.7
10
+ responses==0.25.8
11
11
respx==0.22.0
12
- types-PyYAML==6.0.12.20250516
13
- types-requests==2.32.4.20250611
14
- types-setuptools==80.9.0.20250801
12
+ types-PyYAML==6.0.12.20250809
13
+ types-requests==2.32.4.20250809
14
+ types-setuptools==80.9.0.20250809
Original file line number Diff line number Diff line change 1
- pre-commit==4.2 .0
1
+ pre-commit==4.3 .0
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- anyio==4.9 .0
2
+ anyio==4.10 .0
3
3
build==1.3.0
4
- coverage==7.10.2
4
+ coverage==7.10.3
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.2.1
7
7
pytest-github-actions-annotate-failures==0.3.0
8
8
pytest==8.4.1
9
9
PyYaml==6.0.2
10
- responses==0.25.7
10
+ responses==0.25.8
11
11
respx==0.22.0
12
12
trio==0.30.0
13
13
wheel==0.45.1
You can’t perform that action at this time.
0 commit comments