File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed
Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v4.1.0
25+ - uses : actions/checkout@v4.1.1
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.7.1
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v4.1.0
45+ - uses : actions/checkout@v4.1.1
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.7.1
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@v4.1.0
25+ - uses : actions/checkout@v4.1.1
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.7.1
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4.1.0
32+ - uses : actions/checkout@v4.1.1
3333 - uses : actions/setup-python@v4.7.1
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v4.1.0
17+ - uses : actions/checkout@v4.1.1
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4646 version : " 3.12"
4747 toxenv : py312,smoke
4848 steps :
49- - uses : actions/checkout@v4.1.0
49+ - uses : actions/checkout@v4.1.1
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v4.7.1
5252 with :
6464 matrix :
6565 toxenv : [api_func_v4, cli_func_v4]
6666 steps :
67- - uses : actions/checkout@v4.1.0
67+ - uses : actions/checkout@v4.1.1
6868 - name : Set up Python
6969 uses : actions/setup-python@v4.7.1
7070 with :
8585 coverage :
8686 runs-on : ubuntu-22.04
8787 steps :
88- - uses : actions/checkout@v4.1.0
88+ - uses : actions/checkout@v4.1.1
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v4.7.1
9191 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 name : Python wheel
110110 steps :
111- - uses : actions/checkout@v4.1.0
111+ - uses : actions/checkout@v4.1.1
112112 - uses : actions/setup-python@v4.7.1
113113 with :
114114 python-version : " 3.12"
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 needs : [dist]
128128 steps :
129- - uses : actions/checkout@v4.1.0
129+ - uses : actions/checkout@v4.1.1
130130 - name : Set up Python
131131 uses : actions/setup-python@v4.7.1
132132 with :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 23.9.1
6+ rev : 23.10.0
77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v3.10.1
10+ rev : v3.12.0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v3.0.1
23+ rev : v3.0.2
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
3030 - requests-toolbelt==1.0.0
3131 files : ' gitlab/'
3232 - repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.6.0
33+ rev : v1.6.1
3434 hooks :
3535 - id : mypy
3636 args : []
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 37.20.2
50+ rev : 37.31.3
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
3- black==23.9.1
4- commitizen==3.10.1
3+ black==23.10.0
4+ commitizen==3.12.0
55flake8==6.1.0
66isort==5.12.0
7- mypy==1.6.0
8- pylint==3.0.1
7+ mypy==1.6.1
8+ pylint==3.0.2
99pytest==7.4.2
1010responses==0.23.3
1111types-PyYAML==6.0.12.12
12- types-requests==2.31.0.9
12+ types-requests==2.31.0.10
1313types-setuptools==68.2.0.0
You can’t perform that action at this time.
0 commit comments