File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed
Expand file tree Collapse file tree 12 files changed +23
-23
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.5.2
25+ - uses : actions/checkout@v3.5.3
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.6.1
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v3.5.2
45+ - uses : actions/checkout@v3.5.3
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.6.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@v3.5.2
25+ - uses : actions/checkout@v3.5.3
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.6.1
Original file line number Diff line number Diff line change 1515 action :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : dessant/lock-threads@v4.0.0
18+ - uses : dessant/lock-threads@v4.0.1
1919 with :
2020 process-only : ' issues'
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.2
32+ - uses : actions/checkout@v3.5.3
3333 - uses : actions/setup-python@v4.6.1
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.2
16+ - uses : actions/checkout@v3.5.3
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2929 echo "::add-mask::${api_token}"
3030 echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
3131 - name : Python Semantic Release
32- uses : relekang/python-semantic-release@v7.33.5
32+ uses : relekang/python-semantic-release@v7.34.4
3333 with :
3434 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
3535 pypi_token : ${{ steps.mint-token.outputs.api-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.5.2
51+ - uses : actions/checkout@v3.5.3
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v4.6.1
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v3.5.2
69+ - uses : actions/checkout@v3.5.3
7070 - name : Set up Python
7171 uses : actions/setup-python@v4.6.1
7272 with :
8787 coverage :
8888 runs-on : ubuntu-20.04
8989 steps :
90- - uses : actions/checkout@v3.5.2
90+ - uses : actions/checkout@v3.5.3
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v4.6.1
9393 with :
@@ -111,7 +111,7 @@ jobs:
111111 name : Python wheel
112112 steps :
113113 - uses : actions/checkout@v1.2.0
114- - uses : actions/setup-python@v2.3.3
114+ - uses : actions/setup-python@v2.3.4
115115 with :
116116 python-version : " 3.11"
117117 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v3.5.2
131+ - uses : actions/checkout@v3.5.3
132132 - name : Set up Python
133133 uses : actions/setup-python@v4.6.1
134134 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.2.2
10+ rev : v3.3.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 : 35.111 .0
51+ rev : 35.118 .0
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2023.3.27
2+ furo==2023.5.20
33jinja2==3.1.2
44myst-parser==1.0.0
55sphinx==6.2.1
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==23.3.0
4- commitizen==3.2.2
4+ commitizen==3.3.0
55flake8==6.0.0
66isort==5.12.0
77mypy==1.3.0
88pylint==2.17.4
9- pytest==7.3.1
9+ pytest==7.3.2
1010responses==0.23.1
1111types-PyYAML==6.0.12.10
12- types-requests==2.31.0.0
12+ types-requests==2.31.0.1
1313types-setuptools==67.8.0.0
Original file line number Diff line number Diff line change 1- pre-commit==3.3.2
1+ pre-commit==3.3.3
You can’t perform that action at this time.
0 commit comments