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 2222 sphinx :
2323 runs-on : ubuntu-20.04
2424 steps :
25- - uses : actions/checkout@v3.3 .0
25+ - uses : actions/checkout@v3.5 .0
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.5.0
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v3.3 .0
45+ - uses : actions/checkout@v3.5 .0
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.5.0
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3.3 .0
25+ - uses : actions/checkout@v3.5 .0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.5.0
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3.3 .0
32+ - uses : actions/checkout@v3.5 .0
3333 - uses : actions/setup-python@v4.5.0
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1010 if : github.repository == 'python-gitlab/python-gitlab'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3.3 .0
13+ - uses : actions/checkout@v3.5 .0
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4848 version : " 3.11"
4949 toxenv : py310,smoke
5050 steps :
51- - uses : actions/checkout@v3.3 .0
51+ - uses : actions/checkout@v3.5 .0
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v4.5.0
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v3.3 .0
69+ - uses : actions/checkout@v3.5 .0
7070 - name : Set up Python
7171 uses : actions/setup-python@v4.5.0
7272 with :
8787 coverage :
8888 runs-on : ubuntu-20.04
8989 steps :
90- - uses : actions/checkout@v3.3 .0
90+ - uses : actions/checkout@v3.5 .0
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v4.5.0
9393 with :
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v3.3 .0
131+ - uses : actions/checkout@v3.5 .0
132132 - name : Set up Python
133133 uses : actions/setup-python@v4.5.0
134134 with :
Original file line number Diff line number Diff line change 2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.17.0
23+ rev : v2.17.1
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ commitizen==2.42.1
55flake8==6.0.0
66isort==5.12.0
77mypy==1.1.1
8- pylint==2.17.0
8+ pylint==2.17.1
99pytest==7.2.2
1010responses==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 11-r requirements.txt
22build==0.10.0
3- coverage==7.2.1
3+ coverage==7.2.2
44pytest-console-scripts==1.3.1
55pytest-cov==4.0.0
66pytest-github-actions-annotate-failures==0.1.8
You can’t perform that action at this time.
0 commit comments