File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
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.0 .0
25+ - uses : actions/checkout@v4.1 .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@v4.0 .0
45+ - uses : actions/checkout@v4.1 .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@v4.0 .0
25+ - uses : actions/checkout@v4.1 .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@v4.0 .0
32+ - uses : actions/checkout@v4.1 .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 @@ -14,13 +14,13 @@ jobs:
1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v4.0 .0
17+ - uses : actions/checkout@v4.1 .0
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
2222 - name : Python Semantic Release
23- uses : python-semantic-release/python-semantic-release@v8.0.8
23+ uses : python-semantic-release/python-semantic-release@v8.1.1
2424 with :
2525 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2626
Original file line number Diff line number Diff line change 4646 version : " 3.11"
4747 toxenv : py310,smoke
4848 steps :
49- - uses : actions/checkout@v4.0 .0
49+ - uses : actions/checkout@v4.1 .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@v4.0 .0
67+ - uses : actions/checkout@v4.1 .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@v4.0 .0
88+ - uses : actions/checkout@v4.1 .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@v4.0 .0
111+ - uses : actions/checkout@v4.1 .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@v4.0 .0
129+ - uses : actions/checkout@v4.1 .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.9.0
10+ rev : v3.9.1
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.96.3
51+ rev : 36.107.1
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==23.9.1
4- commitizen==3.9.0
4+ commitizen==3.9.1
55flake8==6.1.0
66isort==5.12.0
77mypy==1.5.1
88pylint==2.17.5
99pytest==7.4.2
1010responses==0.23.3
11- types-PyYAML==6.0.12.11
12- types-requests==2.31.0.2
11+ types-PyYAML==6.0.12.12
12+ types-requests==2.31.0.4
1313types-setuptools==68.2.0.0
Original file line number Diff line number Diff line change 11requests == 2.31.0
22requests-toolbelt == 1.0.0
3- typing-extensions == 4.7.1 ; python_version < "3.8"
3+ typing-extensions == 4.8.0 ; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments