File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3.3.0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4.4 .0
27
+ uses : actions/setup-python@v4.5 .0
28
28
with :
29
29
python-version : " 3.11"
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v3.3.0
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4.4 .0
47
+ uses : actions/setup-python@v4.5 .0
48
48
with :
49
49
python-version : " 3.11"
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v3.3.0
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4.4 .0
28
+ - uses : actions/setup-python@v4.5 .0
29
29
with :
30
30
python-version : " 3.11"
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.3.0
33
- - uses : actions/setup-python@v4.4 .0
33
+ - uses : actions/setup-python@v4.5 .0
34
34
with :
35
35
python-version : " 3.11"
36
36
- name : install tox
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.32.2
18
+ uses : relekang/python-semantic-release@v7.33.0
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 48
48
steps :
49
49
- uses : actions/checkout@v3.3.0
50
50
- name : Set up Python ${{ matrix.python.version }}
51
- uses : actions/setup-python@v4.4 .0
51
+ uses : actions/setup-python@v4.5 .0
52
52
with :
53
53
python-version : ${{ matrix.python.version }}
54
54
- name : Install dependencies
66
66
steps :
67
67
- uses : actions/checkout@v3.3.0
68
68
- name : Set up Python
69
- uses : actions/setup-python@v4.4 .0
69
+ uses : actions/setup-python@v4.5 .0
70
70
with :
71
71
python-version : " 3.11"
72
72
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v3.3.0
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v4.4 .0
90
+ uses : actions/setup-python@v4.5 .0
91
91
with :
92
92
python-version : " 3.11"
93
93
- name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128
128
steps :
129
129
- uses : actions/checkout@v3.3.0
130
130
- name : Set up Python
131
- uses : actions/setup-python@v4.4 .0
131
+ uses : actions/setup-python@v4.5 .0
132
132
with :
133
133
python-version : ' 3.11'
134
134
- uses : actions/download-artifact@v3.0.2
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ repos:
41
41
- types-requests==2.28.11.2
42
42
- types-setuptools==64.0.1
43
43
- repo : https://github.com/pre-commit/pygrep-hooks
44
- rev : v1.9 .0
44
+ rev : v1.10 .0
45
45
hooks :
46
46
- id : rst-backticks
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 : 34.97.0
50
+ rev : 34.105.2
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
- requests == 2.28.1
1
+ requests == 2.28.2
2
2
requests-toolbelt == 0.10.1
You can’t perform that action at this time.
0 commit comments