File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed
Expand file tree Collapse file tree 9 files changed +15
-15
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@v3.5.3
25+ - uses : actions/checkout@v3.6.0
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.7.0
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v3.5.3
45+ - uses : actions/checkout@v3.6.0
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.7.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.5.3
25+ - uses : actions/checkout@v3.6.0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.7.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.5.3
32+ - uses : actions/checkout@v3.6.0
3333 - uses : actions/setup-python@v4.7.0
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1313 id-token : write
1414 environment : pypi.org
1515 steps :
16- - uses : actions/checkout@v3.5.3
16+ - uses : actions/checkout@v3.6.0
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4646 version : " 3.11"
4747 toxenv : py310,smoke
4848 steps :
49- - uses : actions/checkout@v3.5.3
49+ - uses : actions/checkout@v3.6.0
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v4.7.0
5252 with :
6464 matrix :
6565 toxenv : [api_func_v4, cli_func_v4]
6666 steps :
67- - uses : actions/checkout@v3.5.3
67+ - uses : actions/checkout@v3.6.0
6868 - name : Set up Python
6969 uses : actions/setup-python@v4.7.0
7070 with :
8585 coverage :
8686 runs-on : ubuntu-22.04
8787 steps :
88- - uses : actions/checkout@v3.5.3
88+ - uses : actions/checkout@v3.6.0
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v4.7.0
9191 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 name : Python wheel
110110 steps :
111- - uses : actions/checkout@v3.5.3
111+ - uses : actions/checkout@v3.6.0
112112 - uses : actions/setup-python@v4.7.0
113113 with :
114114 python-version : " 3.11"
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 needs : [dist]
128128 steps :
129- - uses : actions/checkout@v3.5.3
129+ - uses : actions/checkout@v3.6.0
130130 - name : Set up Python
131131 uses : actions/setup-python@v4.7.0
132132 with :
Original file line number Diff line number Diff line change 77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v3.6 .0
10+ rev : v3.7 .0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
4848 - id : rst-directive-colons
4949 - id : rst-inline-touching-normal
5050 - repo : https://github.com/maxbrunet/pre-commit-renovate
51- rev : 36.52.2
51+ rev : 36.68.1
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 22furo==2023.8.19
33jinja2==3.1.2
44myst-parser==2.0.0
5- sphinx==7.2.2
5+ sphinx==7.2.4
66sphinxcontrib-autoprogram==0.1.8
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==23.7.0
4- commitizen==3.6 .0
4+ commitizen==3.7 .0
55flake8==6.1.0
66isort==5.12.0
77mypy==1.5.1
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ pytest==7.4.0
88PyYaml==6.0.1
99responses==0.23.3
1010setuptools==68.1.2
11- wheel==0.41.1
11+ wheel==0.41.2
You can’t perform that action at this time.
0 commit comments