File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3.1.0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4.2 .0
27
+ uses : actions/setup-python@v4.3 .0
28
28
with :
29
29
python-version : " 3.10"
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v3.1.0
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4.2 .0
47
+ uses : actions/setup-python@v4.3 .0
48
48
with :
49
49
python-version : " 3.10"
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v3.1.0
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4.2 .0
28
+ - uses : actions/setup-python@v4.3 .0
29
29
with :
30
30
python-version : " 3.10"
31
31
- run : pip install --upgrade tox
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v3.1.0
33
- - uses : actions/setup-python@v4.2 .0
33
+ - uses : actions/setup-python@v4.3 .0
34
34
with :
35
35
python-version : " 3.10"
36
36
- name : Install pre-commit
Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
17
17
- name : Python Semantic Release
18
- uses : relekang/python-semantic-release@v7.31.2
18
+ uses : relekang/python-semantic-release@v7.32.1
19
19
with :
20
20
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
21
pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 15
15
stale :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/stale@v6.0.0
18
+ - uses : actions/stale@v6.0.1
19
19
with :
20
20
any-of-labels : ' need info,Waiting for response'
21
21
stale-issue-message : >
Original file line number Diff line number Diff line change 47
47
steps :
48
48
- uses : actions/checkout@v3.1.0
49
49
- name : Set up Python ${{ matrix.python.version }}
50
- uses : actions/setup-python@v4.2 .0
50
+ uses : actions/setup-python@v4.3 .0
51
51
with :
52
52
python-version : ${{ matrix.python.version }}
53
53
- name : Install dependencies
65
65
steps :
66
66
- uses : actions/checkout@v3.1.0
67
67
- name : Set up Python
68
- uses : actions/setup-python@v4.2 .0
68
+ uses : actions/setup-python@v4.3 .0
69
69
with :
70
70
python-version : " 3.10"
71
71
- name : Install dependencies
75
75
TOXENV : ${{ matrix.toxenv }}
76
76
run : tox -- --override-ini='log_cli=True'
77
77
- name : Upload codecov coverage
78
- uses : codecov/codecov-action@v3
78
+ uses : codecov/codecov-action@v3.1.1
79
79
with :
80
80
files : ./coverage.xml
81
81
flags : ${{ matrix.toxenv }}
86
86
steps :
87
87
- uses : actions/checkout@v3.1.0
88
88
- name : Set up Python ${{ matrix.python-version }}
89
- uses : actions/setup-python@v4.2 .0
89
+ uses : actions/setup-python@v4.3 .0
90
90
with :
91
91
python-version : " 3.10"
92
92
- name : Install dependencies
97
97
TOXENV : cover
98
98
run : tox
99
99
- name : Upload codecov coverage
100
- uses : codecov/codecov-action@v3
100
+ uses : codecov/codecov-action@v3.1.1
101
101
with :
102
102
files : ./coverage.xml
103
103
flags : unit
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 : v2.32.2
10
+ rev : v2.35.0
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v2.14.5
23
+ rev : v2.15.4
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
45
45
- id : rst-directive-colons
46
46
- id : rst-inline-touching-normal
47
47
- repo : https://github.com/maxbrunet/pre-commit-renovate
48
- rev : 32.201.2
48
+ rev : 32.238.4
49
49
hooks :
50
50
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
requests == 2.28.1
2
- requests-toolbelt == 0.9.1
2
+ requests-toolbelt == 0.10.0
You can’t perform that action at this time.
0 commit comments