File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-20.04
24
24
steps :
25
- - uses : actions/checkout@v3.3 .0
25
+ - uses : actions/checkout@v3.5 .0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.5.0
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
- - uses : actions/checkout@v3.3 .0
45
+ - uses : actions/checkout@v3.5 .0
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.5.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@v3.3 .0
25
+ - uses : actions/checkout@v3.5 .0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.5.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@v3.3 .0
32
+ - uses : actions/checkout@v3.5 .0
33
33
- uses : actions/setup-python@v4.5.0
34
34
with :
35
35
python-version : " 3.11"
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'python-gitlab/python-gitlab'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3.3 .0
13
+ - uses : actions/checkout@v3.5 .0
14
14
with :
15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 48
48
version : " 3.11"
49
49
toxenv : py310,smoke
50
50
steps :
51
- - uses : actions/checkout@v3.3 .0
51
+ - uses : actions/checkout@v3.5 .0
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v4.5.0
54
54
with :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
68
68
steps :
69
- - uses : actions/checkout@v3.3 .0
69
+ - uses : actions/checkout@v3.5 .0
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v4.5.0
72
72
with :
87
87
coverage :
88
88
runs-on : ubuntu-20.04
89
89
steps :
90
- - uses : actions/checkout@v3.3 .0
90
+ - uses : actions/checkout@v3.5 .0
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v4.5.0
93
93
with :
@@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
needs : [dist]
130
130
steps :
131
- - uses : actions/checkout@v3.3 .0
131
+ - uses : actions/checkout@v3.5 .0
132
132
- name : Set up Python
133
133
uses : actions/setup-python@v4.5.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 : v2.17.0
23
+ rev : v2.17.1
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ commitizen==2.42.1
5
5
flake8==6.0.0
6
6
isort==5.12.0
7
7
mypy==1.1.1
8
- pylint==2.17.0
8
+ pylint==2.17.1
9
9
pytest==7.2.2
10
10
responses==0.23.1
11
- types-PyYAML==6.0.12
12
- types-requests==2.28.11.2
13
- types-setuptools==65.5 .0.1
11
+ types-PyYAML==6.0.12.8
12
+ types-requests==2.28.11.16
13
+ types-setuptools==65.7 .0.4
Original file line number Diff line number Diff line change 1
- pre-commit==3.1 .1
1
+ pre-commit==3.2 .1
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
build==0.10.0
3
- coverage==7.2.1
3
+ coverage==7.2.2
4
4
pytest-console-scripts==1.3.1
5
5
pytest-cov==4.0.0
6
6
pytest-github-actions-annotate-failures==0.1.8
You can’t perform that action at this time.
0 commit comments