File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 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.0 .0
25
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
45
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
25
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
32
+ - uses : actions/checkout@v4.1 .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 @@ -14,13 +14,13 @@ jobs:
14
14
id-token : write
15
15
environment : pypi.org
16
16
steps :
17
- - uses : actions/checkout@v4.0 .0
17
+ - uses : actions/checkout@v4.1 .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
- uses : python-semantic-release/python-semantic-release@v8.0.8
23
+ uses : python-semantic-release/python-semantic-release@v8.1.1
24
24
with :
25
25
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
26
26
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@v4.0 .0
49
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
67
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
88
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
111
+ - uses : actions/checkout@v4.1 .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@v4.0 .0
129
+ - uses : actions/checkout@v4.1 .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.9.0
10
+ rev : v3.9.1
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.96.3
51
+ rev : 36.107.1
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
2
argcomplete==2.0.0
3
3
black==23.9.1
4
- commitizen==3.9.0
4
+ commitizen==3.9.1
5
5
flake8==6.1.0
6
6
isort==5.12.0
7
7
mypy==1.5.1
8
8
pylint==2.17.5
9
9
pytest==7.4.2
10
10
responses==0.23.3
11
- types-PyYAML==6.0.12.11
12
- types-requests==2.31.0.2
11
+ types-PyYAML==6.0.12.12
12
+ types-requests==2.31.0.4
13
13
types-setuptools==68.2.0.0
Original file line number Diff line number Diff line change 1
1
requests == 2.31.0
2
2
requests-toolbelt == 1.0.0
3
- typing-extensions == 4.7.1 ; python_version < "3.8"
3
+ typing-extensions == 4.8.0 ; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments